RotateEffect.to constructor
- required double angle,
- required EffectController controller,
- bool? cleanup,
- bool? enabled,
Rotates the closest AngleOwner ancestor to angle.
Implementation
factory RotateEffect.to({
required double angle,
required EffectController controller,
bool? cleanup,
bool? enabled,
}) = _RotateToEffect;