ProgressBar constructor
const
ProgressBar({})
Implementation
const ProgressBar({
this.value = 0,
this.indeterminate = false,
this.height = 8,
this.showLabel = false,
this.color,
super.key,
});
const ProgressBar({
this.value = 0,
this.indeterminate = false,
this.height = 8,
this.showLabel = false,
this.color,
super.key,
});