Rotates the widget by the specified angle in radians
Widget rotate(double angle) => Transform.rotate(angle: angle, child: this);