isPartiallyExpanded property

bool get isPartiallyExpanded

Whether this node is partial expanded via SHIFT+click.

Implementation

bool get isPartiallyExpanded =>
    partialChildIds != null && partialChildIds!.isNotEmpty;