rotatedBox method

RotatedBox rotatedBox(
  1. int quarterTurns, {
  2. Key? key,
})

Implementation

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