toggleable property

bool toggleable
final

Whether the pane can be toggled or not.

This is used when displayMode is PaneDisplayMode.compact. If false, the pane will always be closed.

Implementation

final bool toggleable;