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.
Animated<double>
Animation<double> get view => this;