animation property

Animation<double> animation
latefinal

The controller viewed as a standard Animation: derived animations (Tween.animate, CurvedAnimation) can be built from it - the engine speaks the framework's protocols.

Implementation

late final Animation<double> animation = _MorphAnimationView(this);