progressBarBuilder property

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

A builder function for the progress bar.

This function takes the player, the current duration, and the total duration and returns a widget to display as the progress bar.

Implementation

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