effectInCollapsedMode property

bool effectInCollapsedMode
final

Whether this panel applies backdrop effects even if panel's height is below PanelState.collapsed mode. It means, the dragFromBody, shadowColor, opacity and closeOnTap will work even in collapsed mode.

Set this to false, if you plan to have these effects o nly in panel height above PanelState.collapsed mode.

Default : true

Implementation

final bool effectInCollapsedMode;