Rotation.fast constructor
Rotation.fast()
Preset: Fast rotation
Implementation
factory Rotation.fast() {
return Rotation(rotationHz: 2.0);
}
Preset: Fast rotation
factory Rotation.fast() {
return Rotation(rotationHz: 2.0);
}