Rotation.slow constructor
Rotation.slow()
Preset: Slow rotation
Implementation
factory Rotation.slow() {
return Rotation(rotationHz: 0.2);
}
Preset: Slow rotation
factory Rotation.slow() {
return Rotation(rotationHz: 0.2);
}