endTime property Null safety
Returns the end time of the animation in seconds
Implementation
double get endTime =>
(animation.enableWorkArea ? animation.workEnd : animation.duration)
.toDouble() /
animation.fps;
Returns the end time of the animation in seconds
double get endTime =>
(animation.enableWorkArea ? animation.workEnd : animation.duration)
.toDouble() /
animation.fps;