onSubmit property

(void Function(String value)?) onSubmit
final

Callback called whenever the user presses the 'Search' button on their keyboard.

Implementation

final void Function(String value)? onSubmit;