isExpanded property
Whether this node is currently expanded (visible children present).
Implementation
bool get isExpanded => children.isNotEmpty;
Whether this node is currently expanded (visible children present).
bool get isExpanded => children.isNotEmpty;