BaseSlider constructor
const
BaseSlider({})
Implementation
const BaseSlider(
{super.key,
required this.value,
required this.min,
required this.max,
this.activeColor,
this.inactiveColor,
this.divisions,
this.label,
this.trackHeight,
this.onChanged,
this.onChangeEnd});