onSaved property

FormFieldSetter<T>? onSaved
final

Optional callback fired when Form.save is called.

Use this to persist the field's value when the form is saved.

Implementation

final FormFieldSetter<T>? onSaved;