MaterialVideoProgressBar constructor
MaterialVideoProgressBar(})
Implementation
MaterialVideoProgressBar(
this.controller, {
this.height = kToolbarHeight,
this.barHeight = 10,
this.handleHeight = 6,
ChewieProgressColors? colors,
this.onDragEnd,
this.onDragStart,
this.onDragUpdate,
super.key,
this.draggableProgressBar = true,
}) : colors = colors ?? ChewieProgressColors();