rotation property

double get rotation

Implementation

double get rotation => _rotation;
set rotation (double rotation)

Implementation

set rotation(double rotation) {
  _rotation = rotation;
  _rotationRad = degToRadian(rotation);
}