onSaved property

EasyFormFieldSetter<T>? onSaved
final

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

Implementation

final EasyFormFieldSetter<T>? onSaved;