currentPointObservable property

Observable<Offset> get currentPointObservable

Gets the MobX observable for the current point.

Use this when you need to observe position changes in MobX reactions or computed values. For simple access, use currentPoint instead.

Implementation

Observable<Offset> get currentPointObservable => _currentPoint;