state property

Animation<double> state

Returns the view of the internal AnimationController, which cannot mutate the state of the AnimationController

Implementation

Animation<double> get state =>
    _animationController.view;