onSubmit property
getter/setter pair
onSubmit can be set to get the value whenever the user submits it. Should not be used to save the value.
Implementation
void Function(T? value)? onSubmit;
onSubmit can be set to get the value whenever the user submits it. Should not be used to save the value.
void Function(T? value)? onSubmit;