rotationLeft property

Widget rotationLeft

Implementation

Widget get rotationLeft =>
    RotationTransition(turns: const AlwaysStoppedAnimation(1), child: this);