RotateEffect.to constructor

RotateEffect.to({
  1. required double angle,
  2. required EffectController controller,
  3. bool? cleanup,
  4. bool? enabled,
})

Rotates the closest AngleOwner ancestor to angle.

Implementation

factory RotateEffect.to({
  required double angle,
  required EffectController controller,
  bool? cleanup,
  bool? enabled,
}) = _RotateToEffect;