onSaved property

FormFieldSetter<T>? onSaved
final

An optional method to call with the final value when the form is saved via

Implementation

final FormFieldSetter<T>? onSaved;