activateSearch method
void
activateSearch()
Activates the search bar (expands it and shows keyboard).
Implementation
void activateSearch() {
if (!_isActive) {
_isActive = true;
notifyListeners();
}
}
Activates the search bar (expands it and shows keyboard).
void activateSearch() {
if (!_isActive) {
_isActive = true;
notifyListeners();
}
}