onSubmit property

(void Function(T? value)?) onSubmit
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;