ProgressBar constructor
const
ProgressBar({})
Implementation
const ProgressBar({
required this.current,
required this.total,
this.width = 40,
this.fillChar = '█',
this.emptyChar = '░',
this.showPercentage = true,
});