onSaved property

FormFieldSetter<List<V>>? onSaved
final

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

Implementation

final FormFieldSetter<List<V>>? onSaved;