save method Null safety
Calls the FormField's onSaved method with the current value.
Implementation
void save() {
widget.onSaved?.call(value);
}
Calls the FormField's onSaved method with the current value.
void save() {
widget.onSaved?.call(value);
}