searchBarHasFocus property
true if appBar is collapsed else false
Implementation
final ValueNotifier<bool> searchBarHasFocus = ValueNotifier(false);
true if appBar is collapsed else false
final ValueNotifier<bool> searchBarHasFocus = ValueNotifier(false);