CustomSlider constructor
const
CustomSlider({})
Constructor for the CustomSlider widget
Implementation
const CustomSlider({
super.key,
required this.progress,
required this.progressBarColor,
required this.progressBarBackgroundColor,
required this.seekTo,
});