liveAngle property

ValueNotifier<double> get liveAngle

Live angle notifier exposed to UI Returns a ValueNotifier for the live angle, exposed to the UI.

Implementation

ValueNotifier<double> get liveAngle => _liveAngleTracker.liveAngle;