Animation<double> view

Returns an Animated<double> for this animation controller, so that a pointer to this object can be passed around without allowing users of that pointer to mutate the AnimationController state.

Source

Animation<double> get view => this;