progressBarBuilder property

Widget Function(AudioPlayer player, Duration current, Duration total)? progressBarBuilder
final

Custom progress bar builder

Implementation

final Widget Function(AudioPlayer player, Duration current, Duration total)?
    progressBarBuilder;