musicDuration property

double get musicDuration

Gets the total duration of the currently loaded music in seconds. Returns 0.0 if no music is loaded or duration is not available.

Implementation

double get musicDuration => _music?.duration ?? 0.0;