end property
The value this variable has at the end of the animation.
See the constructor for details about whether this property may be null (it varies from subclass to subclass).
Implementation
@override
double get end => interpolator.end;
The value this variable has at the end of the animation.
See the constructor for details about whether this property may be null (it varies from subclass to subclass).
@override
double get end => interpolator.end;