S360fRangeSlider constructor
const
S360fRangeSlider({
- required RangeValues currentRangeValues,
- required double max,
- Key? key,
- String? label,
- int? divisions,
- bool isDisable = false,
- void onChanged(
- RangeValues values
Implementation
const S360fRangeSlider({
required this.currentRangeValues,
required this.max,
super.key,
this.label,
this.divisions,
this.isDisable = false,
this.onChanged,
});