isExpanded property
Whether or not this node is expanded in the tree.
Cannot be expanded if there are no children.
Implementation
bool get isExpanded => _expanded;
Whether or not this node is expanded in the tree.
Cannot be expanded if there are no children.
bool get isExpanded => _expanded;