onSubmit property
Callback when the Searchfield is submitted it returns the text from the searchfield
Implementation
final Function(String)? onSubmit;
Callback when the Searchfield is submitted it returns the text from the searchfield
final Function(String)? onSubmit;