musicDuration property
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;
Gets the total duration of the currently loaded music in seconds. Returns 0.0 if no music is loaded or duration is not available.
double get musicDuration => _music?.duration ?? 0.0;