position property

Observable<Offset> get position

Reactive observable for the annotation's logical position.

This is the "true" position of the annotation before any grid snapping. The framework observes this for automatic UI updates.

Implementation

Observable<Offset> get position => _position;