ThresholdSliderRow constructor
const
ThresholdSliderRow({})
Implementation
const ThresholdSliderRow({
super.key,
required this.label,
required this.value,
required this.min,
required this.max,
required this.onChanged,
this.divisions,
this.isInt = false,
this.sliderWidthFactor = 1.0,
});