isClosed property

bool isClosed

Whether the FloatingSearchBar is currently closed/collapsed.

Implementation

bool get isClosed => _appBarState?.isOpen == false;