endSeconds property

double endSeconds

Returns the seconds where the animation work area ends

Implementation

double get endSeconds =>
    (enableWorkArea ? workEnd : duration).toDouble() / fps;