customIsSearchModeNotifier property

ValueNotifier<bool>? customIsSearchModeNotifier
final

The ValueNotifier to be used to indicate: is text field visible.

If null, will be created default one. Use isSearchMode getter to access this field.

Implementation

final ValueNotifier<bool>? customIsSearchModeNotifier;