isPartiallyExpanded property
Whether this node is partial expanded via SHIFT+click.
Implementation
bool get isPartiallyExpanded =>
partialChildIds != null && partialChildIds!.isNotEmpty;
Whether this node is partial expanded via SHIFT+click.
bool get isPartiallyExpanded =>
partialChildIds != null && partialChildIds!.isNotEmpty;