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