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