isExpanded property

bool isExpanded
final

Current expansion state of the collapsible.

True when the collapsible is expanded and content should be visible, false when collapsed and content should be hidden.

Implementation

final bool isExpanded;