Rotation.fast constructor

Rotation.fast()

Preset: Fast rotation

Implementation

factory Rotation.fast() {
  return Rotation(rotationHz: 2.0);
}