groupedNodeIds property
The set of node IDs this node is currently grouping.
Only relevant when isGroupable is true. These nodes will be monitored for position and size changes.
Implementation
@override
Set<String> get groupedNodeIds =>
behavior != GroupBehavior.bounds ? _nodeIds.toSet() : const {};