ProgressBarLoader class
- Inheritance
-
- Object
- ConsoleLoaderBase
- ProgressBarLoader
Constructors
- ProgressBarLoader({String? task, int barWidth = 10, Duration? speed, ConsoleColor? animationColor, LoaderPosition? animationPosition})
Properties
- animationColor → ConsoleColor?
-
finalinherited
- animationPosition → LoaderPosition?
-
finalinherited
- barWidth → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isLoading ↔ bool
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- speed → Duration?
-
finalinherited
- task ↔ String?
-
getter/setter pairinherited
Methods
-
formatOutput(
String animation) → String -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
start(
) → Future< void> -
override
-
stop(
{String? completionSymbol = '✓'}) → Future< void> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited