ArcaneProgressBar.error constructor
const
ArcaneProgressBar.error({
- required double value,
- ComponentSize size = ComponentSize.md,
- bool showValue = false,
- Key? key,
Implementation
const ArcaneProgressBar.error({
required this.value,
this.size = ComponentSize.md,
this.showValue = false,
super.key,
}) : variant = ProgressVariant.error,
indeterminate = false,
trackColor = null,
indicatorColor = null;