Rotate by turns (1 = full 360 deg).
turns
Widget rotated(double turns) => Transform.rotate(angle: turns * 2 * math.pi, child: this);