isCollapsible property

bool isCollapsible
final

Whether the user can toggle this section's expansion. false when the parent widget was created with collapsible: false.

Advisory only — the expand / collapse / toggle shortcuts on this view always pass through to the controller regardless of this flag. Use it to decide whether to render a chevron, not to gate state mutations.

Implementation

final bool isCollapsible;