CustomSlider constructor
Implementation
const CustomSlider({
Key? key,
this.text,
this.textColor,
this.inactiveColor,
this.valueIndicatorColor,
this.valueTextIndicatorColor,
this.min,
this.max,
this.label,
this.value,
this.onChanged,
}) : super(key: key);