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