isSearching property
bool?
isSearching
final
Tells if the ListViewMenu is currently in the process of searching. This variable can be used to make decision related to searchingIndicator, like whether to show it or not.
Must not be null.
Implementation
final bool? isSearching;