EmergentRangeSlider constructor
const
EmergentRangeSlider({
- Key? key,
- RangeSliderStyle style = const RangeSliderStyle(),
- double min = 0,
- double max = 10,
- double valueLow = 0,
- double valueHigh = 10,
- double height = 15,
- EmergentRangeSliderLowListener? onChangedLow,
- EmergentRangeSliderHighListener? onChangeHigh,
- dynamic onPanStarted()?,
- dynamic onPanEnded()?,
- double? sliderHeight,
- Widget? thumb,
Implementation
const EmergentRangeSlider({
super.key,
this.style = const RangeSliderStyle(),
this.min = 0,
this.max = 10,
this.valueLow = 0,
this.valueHigh = 10,
this.height = 15,
this.onChangedLow,
this.onChangeHigh,
this.onPanStarted,
this.onPanEnded,
this.sliderHeight,
this.thumb,
});