onSaved property
An optional method to call with the final value when the form is saved via FormState.save.
Implementation
final void Function(Set<T>)? onSaved;
An optional method to call with the final value when the form is saved via FormState.save.
final void Function(Set<T>)? onSaved;