view property

Animation<double>? get 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.

Implementation

Animation<double>? get view => _delegate.view;