searchField property

TextField searchField
final

The TextField that is used to search items.

You can use this to customize the search field. The onChanged of the searchField is used internally to search items, so you can use the onSearchChanged callback to get the search query.

Implementation

final TextField searchField;