RotateAnimation constructor
RotateAnimation({})
Implementation
RotateAnimation({
required super.start,
required super.end,
required this.angle,
super.pivotX = 0.5,
super.pivotY = 0.5,
}) : super(type: AnimationType.rotate);