Rotate constructor
Rotate([
- dynamic a,
- dynamic b,
- dynamic style,
- dynamic life,
- dynamic easing,
Implementation
Rotate([a, b, style, life, easing]) : super(life, easing) {
reset(a, b, style);
name = "Rotate";
}