defaultPanelState property

PanelState defaultPanelState
final

The default state of the panel; either PanelState.OPEN or PanelState.CLOSED. This value defaults to PanelState.CLOSED which indicates that the panel is in the closed position and must be opened. PanelState.OPEN indicates that by default the Panel is open and must be swiped closed by the user.

Implementation

final PanelState defaultPanelState;