isExpandable property
Whether this node has hidden children (is expandable).
Implementation
bool get isExpandable => hiddenChildren != null && hiddenChildren!.isNotEmpty;
Whether this node has hidden children (is expandable).
bool get isExpandable => hiddenChildren != null && hiddenChildren!.isNotEmpty;