updateRotationAngle method

void updateRotationAngle(
  1. double newValue
)

Implementation

void updateRotationAngle(double newValue) {
  _state.rotationAngle = newValue;
  notifyListeners();
}