ZetaProgressBar.standard constructor
Constructs a standard progress bar.
Implementation
const ZetaProgressBar.standard({
  super.key,
  super.rounded,
  required super.progress,
  this.isThin = false,
  this.label,
}) : type = ZetaProgressBarType.standard;