static Tween<double> rotationTween({double begin = 0.0, double end = 1.0}) { return Tween<double>(begin: begin, end: end); }