closeSearch method
Hides the search field from the app bar.
Implementation
void closeSearch() {
if (!_enabled) return;
_enabled = false;
notifyListeners();
}
Hides the search field from the app bar.
void closeSearch() {
if (!_enabled) return;
_enabled = false;
notifyListeners();
}