expandable property

bool? expandable
final

Whether this item can be expanded to show children.

Type: bool?. If null, determined automatically based on whether the tree node has children. When true, expand/collapse controls are shown.

Implementation

final bool? expandable;