rotation property

void rotation=(double value)

Set the rotation

Values are clamped to the range 0, 6.283185307179586. The default value is 0

Implementation

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