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