ProgressBar class
A simple progress bar for displaying download progress
Constructors
- ProgressBar({required int total, int width = 50, String fillChar = '█', String emptyChar = '░'})
- Creates a new progress bar
Properties
Methods
-
complete(
) → void - Completes the progress bar
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
int current) → void - Updates the progress bar
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited