InputFieldSetter<T> typedef
- T newValue
Signature for being notified when a form field changes value.
Used by InputField.onSaved.
Implementation
typedef InputFieldSetter<T> = void Function(T newValue);
Signature for being notified when a form field changes value.
Used by InputField.onSaved.
typedef InputFieldSetter<T> = void Function(T newValue);