animation property

AnimationController get animation

The underlying AnimationController for callers that need to listen to AnimationStatus changes or drive additional Animations from it.

Implementation

AnimationController get animation => _animationController;