trimmedDuration property

Duration trimmedDuration

The Duration of the selected trimmed area, it is the difference of endTrim and startTrim

Implementation

Duration get trimmedDuration => endTrim - startTrim;