position property

Observable<Offset> position
final

Observable position of the node in graph coordinates.

This is the actual logical position. For rendering, use visualPosition which may include snap-to-grid adjustments.

Implementation

final Observable<Offset> position;