turns property

Animation<double> turns

The animation that controls the rotation of the child.

If the current value of the turns animation is v, the child will be rotated v * 2 * pi radians before being painted.

Implementation

Animation<double> get turns => listenable;