SubZeroRangeSlider constructor
const
SubZeroRangeSlider({
- Key? key,
- required RangeValues values,
- double min = 0.0,
- double max = 1.0,
- int? divisions,
- ValueChanged<
RangeValues> ? onChanged, - ValueChanged<
RangeValues> ? onChangeStart, - ValueChanged<
RangeValues> ? onChangeEnd, - bool showTooltip = true,
- String valueFormatter()?,
- String? minLabel,
- String? maxLabel,
- bool enabled = true,
- double trackHeight = 4.0,
- double thumbRadius = 12.0,
Implementation
const SubZeroRangeSlider({
super.key,
required this.values,
this.min = 0.0,
this.max = 1.0,
this.divisions,
this.onChanged,
this.onChangeStart,
this.onChangeEnd,
this.showTooltip = true,
this.valueFormatter,
this.minLabel,
this.maxLabel,
this.enabled = true,
this.trackHeight = 4.0,
this.thumbRadius = 12.0,
});