expanded property

  1. @override
bool expanded
final

Whether this item is currently expanded to show its children.

Type: bool. When true, child nodes are visible in tree views. When false, children are hidden but still present in the data structure.

Implementation

@override
final bool expanded;