CuReProgressBar constructor
const
CuReProgressBar({})
Implementation
const CuReProgressBar({
super.key,
required this.percentage,
this.color,
this.removeAnimation,
this.height,
required this.width,
this.borderRadius,
this.label,
this.showPercentageLabel,
});