isTwoStatePanel property

bool isTwoStatePanel
final

Whether this panel will work as modal bottom sheet (i.e., just close and expand, no collapsing).

If true, only PanelSize.closedHeight and PanelSize.expandedHeight will work, PanelSize.collapsedHeight and BackdropConfig.effectInCollapsedMode will simply be ignored.

PanelContent.collapsedWidget will also be ignored.

Also, PanelController.currentState will not return PanelState.collapsed.

Default : false

Implementation

final bool isTwoStatePanel;