rotate method

Widget rotate(
  1. double scale
)

Implementation

Widget rotate(final double scale) => Transform.rotate(angle: scale, child: this);