show method

void show()

Visually reveals the FloatingSearchBar when it was previously hidden via hide.

Implementation

void show() => _searchBarState?.show();