Slider.success constructor
const
Slider.success({})
Success slider
Implementation
const Slider.success({
required this.value,
this.min = 0,
this.max = 100,
this.label,
this.showValue = true,
this.valuePrefix,
this.valueSuffix,
this.onChanged,
super.key,
}) : style = SliderStyle.success;