RotationTransition({Key key, Animation<double> turns, Widget child })

Creates a rotation transition.

The turns argument is required.

Source

RotationTransition({
  Key key,
  Animation<double> turns,
  this.child
}) : super(key: key, animation: turns);