rotationBottom property

Widget rotationBottom

Implementation

Widget get rotationBottom => RotationTransition(
    turns: const AlwaysStoppedAnimation(0.75), child: this);