VideoProgressBar constructor
const
VideoProgressBar({})
Implementation
const VideoProgressBar(
{super.key,
required this.progress,
required this.videoLength,
required this.onProgress,
this.backgroundColor = const Color.fromARGB(122, 0, 0, 0),
required this.isPlaying,
required this.playClicked,
required this.isMute,
required this.muteClicked});