RoughMobileSlider constructor
const
RoughMobileSlider({})
Implementation
const RoughMobileSlider({
super.key,
required this.value,
required this.min,
required this.max,
required this.divisions,
required this.label,
this.onChanged,
});