SWVideoProgressBar constructor
const
SWVideoProgressBar({})
Implementation
const SWVideoProgressBar(
{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});