isHidden property

bool isHidden

Whether the FloatingSearchBar is currently not visible.

Implementation

bool get isHidden => _searchBarState?.isVisible == false;