Rotate constructor

Rotate([
  1. dynamic a,
  2. dynamic b,
  3. dynamic style,
  4. dynamic life,
  5. dynamic easing,
])

Implementation

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