showSearchBar method

void showSearchBar()

Activates the search bar by setting isSearching to true.

Implementation

void showSearchBar() => setState(() => isSearching = true);