startTime property Null safety
Returns the start time of the animation in seconds
Implementation
double get startTime =>
(animation.enableWorkArea ? animation.workStart : 0).toDouble() /
animation.fps;
Returns the start time of the animation in seconds
double get startTime =>
(animation.enableWorkArea ? animation.workStart : 0).toDouble() /
animation.fps;