ArcaneProgressBar constructor
const
ArcaneProgressBar({})
Implementation
const ArcaneProgressBar({
required this.value,
this.label,
this.height = '8px',
this.gradientStart,
this.gradientEnd,
this.showPercentage = false,
this.animated = true,
this.backgroundColor,
});