RotateAroundEffect constructor
RotateAroundEffect(
- double angle,
- EffectController controller, {
- required Vector2 center,
- bool alignRotation = true,
- void onComplete()?,
- ComponentKey? key,
Implementation
RotateAroundEffect(
this.angle,
super.controller, {
required this.center,
this.alignRotation = true,
super.onComplete,
super.key,
});