viewOnSubmitted property
final
Called when the user indicates that they are done editing the text in the text field of a search view. Typically this is called when the user presses the enter key.
See also:
- viewOnChanged, which is called when the user modifies the text field of the search view.
Implementation
final ValueChanged<String>? viewOnSubmitted;