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