ConsoleProgressBar constructor
Creates a ConsoleProgressBar with the given total steps.
Implementation
ConsoleProgressBar({
required this.total,
this.message,
int barWidth = 30,
}) : _barWidth = barWidth;
Creates a ConsoleProgressBar with the given total steps.
ConsoleProgressBar({
required this.total,
this.message,
int barWidth = 30,
}) : _barWidth = barWidth;