hideInExpandedOnly property

bool hideInExpandedOnly
final

By default, collapsedContent is hidden only in PanelState.expanded mode. Set this to false, if you plan to hide collapsedContent in PanelState.collapsed mode.

If false, this is useful in case you plan to show some content in PanelState.closed mode.

Default : true

Implementation

final bool hideInExpandedOnly;