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