durationSeconds property
double
get
durationSeconds
Returns the length of the animation
Implementation
double get durationSeconds => endSeconds - startSeconds;
Returns the length of the animation
double get durationSeconds => endSeconds - startSeconds;