phoneAngle property

ValueNotifier<double?> phoneAngle
getter/setter pair

Implementation

ValueNotifier<double?> phoneAngle = ValueNotifier(null);