onSaved property
Optional callback fired when Form.save is called.
Use this to persist the field's value when the form is saved.
Implementation
final FormFieldSetter<T>? onSaved;
Optional callback fired when Form.save is called.
Use this to persist the field's value when the form is saved.
final FormFieldSetter<T>? onSaved;