ProgressBar constructor
const
ProgressBar({})
Implementation
const ProgressBar({
super.key,
required this.value,
this.label,
this.showPercentage = true,
this.height = 8,
this.color,
this.backgroundColor,
this.variant = ProgressVariant.linear,
});