sourceNodeBounds property

Rect? sourceNodeBounds
final

Bounds of the source 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? sourceNodeBounds;