rotation property

double rotation

Gets the current rotation.

Implementation

double get rotation => _rotation;
void rotation=(double value)

Sets the desired rotation.

Implementation

set rotation(double value) {
  _rotation = value;
  notifyListeners();
}