ArcaneSlider.error constructor
const
ArcaneSlider.error({})
Implementation
const ArcaneSlider.error({
required this.value,
this.min = 0,
this.max = 100,
this.step,
this.label,
this.showValue = true,
this.valuePrefix,
this.valueSuffix,
this.valueDecimals = 0,
this.size = ComponentSize.md,
this.showSteps = false,
this.disabled = false,
this.onChanged,
super.key,
}) : variant = SliderVariant.error,
isRange = false,
rangeMin = null,
rangeMax = null,
onRangeChanged = null;