RangeSlider constructor
const
RangeSlider({})
Implementation
const RangeSlider({
required this.minValue,
required this.maxValue,
this.min = 0,
this.max = 100,
this.label,
this.trackColor = '#27272A',
this.activeColor = '#10B981',
});