onSearchButtonPressed property

ValueChanged<String>? onSearchButtonPressed
final

When the search button is pressed, it is called with the entered keyword.

Implementation

final ValueChanged<String>? onSearchButtonPressed;