Creates a new progress bar
ProgressBar({ required this.total, this.width = 50, this.fillChar = '█', this.emptyChar = '░', });