endTime property

double endTime

Returns the end time of the animation in seconds, considering speed

Implementation

double get endTime => (speed >= 0) ? endSeconds : startSeconds;