rotateBox method

Widget rotateBox({
  1. int? value,
})

Implementation

Widget rotateBox({int? value}) =>
    RotatedBox(quarterTurns: value ?? 0, child: this);