Rotation.slow constructor

Rotation.slow()

Preset: Slow rotation

Implementation

factory Rotation.slow() {
  return Rotation(rotationHz: 0.2);
}