position property
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;
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.
final Observable<Offset> position;