RangeSlider constructor
const
RangeSlider({})
Implementation
const RangeSlider({
required this.minValue,
required this.maxValue,
this.min = 0,
this.max = 100,
this.label,
this.style,
this.onChanged,
super.key,
});