startTime property

double startTime

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

Implementation

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