GradientSlider constructor
const
GradientSlider({})
Implementation
const GradientSlider({
super.key,
required this.value,
this.min = 0.0,
this.max = 1.0,
required this.gradientColors,
this.onChanged,
required this.overlayColor,
this.inactiveTrackColor = Colors.grey,
this.trackHeight = 4.0,
this.thumbColor = Colors.black,
});