ProgressBar constructor
const
ProgressBar({})
Implementation
const ProgressBar({
required this.value,
this.max = 1.0,
this.label,
this.barStyle,
this.trackStyle,
this.fillChar = '█',
this.emptyChar = '░',
});