rotatedBox method
Implementation
RotatedBox rotatedBox(int quarterTurns, {Key? key}) =>
RotatedBox(key: key, quarterTurns: quarterTurns, child: this);
RotatedBox rotatedBox(int quarterTurns, {Key? key}) =>
RotatedBox(key: key, quarterTurns: quarterTurns, child: this);