animation property
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>;
The animation that controls the matrix of the child.
The matrix will be computed from the animation with the onTransform callback.
Animation<double> get animation => listenable as Animation<double>;