onSubmit property
final
Callback called whenever the user presses the 'Search' button on their keyboard.
Implementation
final void Function(String value)? onSubmit;
Callback called whenever the user presses the 'Search' button on their keyboard.
final void Function(String value)? onSubmit;