targetNodeBounds property

Rect? targetNodeBounds
final

Bounds of the target node for node-aware routing.

When provided, the waypoint calculator uses this to ensure connections route around the node bounds rather than through them.

Implementation

final Rect? targetNodeBounds;