onSearch property

dynamic Function(String) onSearch
final

Returns the current search value When search is closed, this method returns an empty value to clear the current search

Implementation

final Function(String) onSearch;