Slider constructor
const
Slider({})
Implementation
const Slider({
super.key,
required this.value,
required this.onChanged,
this.min = 0.0,
this.max = 1.0,
this.divisions,
this.activeColor,
this.inactiveColor,
this.label,
});