RotatedBox rotatedBox(int quarterTurns) { return RotatedBox(child: this, quarterTurns: quarterTurns); }