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