ArcaneProgressBar.error constructor
const
ArcaneProgressBar.error({})
Error progress bar
Implementation
const ArcaneProgressBar.error({
required this.value,
this.label,
this.size = ProgressSize.md,
this.showPercentage = false,
this.animated = true,
super.key,
}) : style = ProgressStyle.error;