NiceSlider constructor
Implementation
const NiceSlider({
super.key,
required this.value,
required this.onChanged,
this.min = 0,
this.max = 100,
this.divisions,
this.label,
this.enabled = true,
this.showValue = true,
this.formatValue,
});