durationSeconds property

double durationSeconds

Returns the length of the animation

Implementation

double get durationSeconds => endSeconds - startSeconds;