isVisible property

bool isVisible

Whether the FloatingSearchBar is currently not hidden.

Implementation

bool get isVisible => _searchBarState?.isVisible == true;