animation property

Animation<double> get animation

The animation that controls the flip of the child.

Implementation

Animation<double> get animation => listenable as Animation<double>;