The number of clockwise quarter turns the child should be rotated.
Widget rotate(int quarterTurns) { return RotatedBox(quarterTurns: quarterTurns, child: this); }