TitledProgressBar constructor
TitledProgressBar({})
Implementation
TitledProgressBar({
super.key,
this.progressColor = Colors.red,
this.backgroundColor = Colors.white,
this.maxSteps = 100,
this.currentStep = 0,
this.minHeight = 10,
this.label,
this.labelSize,
this.borderRadius,
}) {
labelSize = labelSize ?? minHeight * .7;
}