findNodesInBounds property

Set<String> Function(Rect bounds) findNodesInBounds
final

Finds all node IDs whose bounds are completely contained within the given rect.

Useful for determining which nodes are inside a group node at the start of a drag operation.

Implementation

final Set<String> Function(Rect bounds) findNodesInBounds;