RangeComponent constructor
const
RangeComponent({})
Implementation
const RangeComponent(
{this.initialValue = 50,
this.min = 0,
this.max = 100,
this.divisions,
this.primaryColor,
this.valueIndicatorColor,
this.onChanged,
this.thumbIconData,
this.showTooltip = true,
this.valueIndicatorType = ValueIndicatorType.tooltip,
Key? key})
: super(key: key);