PanelCollapsedWidget class

The widget that is displayed over PanelContent.panelContent when collapsed.

PanelContent.headerWidget is still shown above this, if provided.

Crossfades when sliding.

Constructors

PanelCollapsedWidget({Widget? collapsedContent, bool hideInExpandedOnly = true})
const

Properties

collapsedContent Widget?
The widget content.
final
hashCode int
The hash code for this object.
no setterinherited
hideInExpandedOnly bool
By default, collapsedContent is hidden only in PanelState.expanded mode. Set this to false, if you plan to hide collapsedContent in PanelState.collapsed mode.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited