data property

ValueNotifier<double> data
final

The current rotation angle of the circular menu in radians.

Implementation

final data = ValueNotifier<double>(0.0);