onSaved property
FormFieldSetter<T> ?
get
onSaved
An optional method to call with the final value when the form is saved via FormState.save.
Implementation
FormFieldSetter<T>? get onSaved;
An optional method to call with the final value when the form is saved via FormState.save.
FormFieldSetter<T>? get onSaved;