NiceProgress constructor
Implementation
const NiceProgress({
super.key,
required this.value,
this.max = 1.0,
this.label,
this.showPercent = false,
this.height = 8,
this.color,
this.backgroundColor,
this.striped = false,
this.animated = false,
});