startSeconds property

double startSeconds

Returns the seconds where the animiation work area starts

Implementation

double get startSeconds => (enableWorkArea ? workStart : 0).toDouble() / fps;