onSearch property

void Function(String query) onSearch
final

Called whenever the user types in the search box.

Implementation

final void Function(String query) onSearch;