collapsible property

bool collapsible
final

Whether this content should respond to the collapsible state.

When true (default), the content shows/hides based on the parent Collapsible expansion state. When false, the content is always visible regardless of the collapsible state.

Implementation

final bool collapsible;