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