OverlayProgress constructor
const
OverlayProgress({})
Implementation
const OverlayProgress({
super.key,
//TODO: need a way to set this in the consumer app
this.progressColor = Colors.black,
this.backgroundColor = Colors.white,
this.blurAmount = 15.0,
this.opacity = 130,
required this.headerText,
});