MaterialVideoProgressBar constructor
MaterialVideoProgressBar(
- VideoPlayerController? controller, {
- ChewieProgressColors? colors,
- dynamic onDragEnd()?,
- dynamic onDragStart()?,
- dynamic onDragUpdate()?,
- Key? key,
Implementation
MaterialVideoProgressBar(
this.controller, {
ChewieProgressColors? colors,
this.onDragEnd,
this.onDragStart,
this.onDragUpdate,
Key? key,
}) : colors = colors ?? ChewieProgressColors(),
super(key: key);