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