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