view property
Returns an Animation<double> view for this animation controller.
Provides a read-only animation interface backed by the current delegate.
Returns null when dormant.
Implementation
Animation<double>? get view => _delegate.view;
Returns an Animation<double> view for this animation controller.
Provides a read-only animation interface backed by the current delegate.
Returns null when dormant.
Animation<double>? get view => _delegate.view;