view property

Animation<double> view

Returns an Animation<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.

Implementation

Animation<double> get view => this;