animation property

Animation<double> animation

The animation that controls the matrix of the child.

The matrix will be computed from the animation with the onTransform callback.

Implementation

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