endTime property
double
get
endTime
Returns the end time of the animation in seconds, considering speed
Implementation
double get endTime => (speed >= 0) ? endSeconds : startSeconds;
Returns the end time of the animation in seconds, considering speed
double get endTime => (speed >= 0) ? endSeconds : startSeconds;