onSearchSubmitted property

ValueChanged<String>? onSearchSubmitted
final

Called when the user submits the search (e.g., taps return key).

Implementation

final ValueChanged<String>? onSearchSubmitted;