customIsActiveNotifier property

  1. @Deprecated('Please, use customIsSearchModeNotifier')
ValueNotifier<bool>? customIsActiveNotifier
final

Shortcut for customIsSearchModeNotifier, for backward compatibility.

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

Implementation

@Deprecated('Please, use customIsSearchModeNotifier')
final ValueNotifier<bool>? customIsActiveNotifier;