SpinnerLoader class
- Inheritance
-
- Object
- ConsoleLoaderBase
- SpinnerLoader
Constructors
- SpinnerLoader({required String? task, Duration? speed, ConsoleColor? animationColor, LoaderPosition? animationPosition})
Properties
- animationColor → ConsoleColor?
-
finalinherited
- animationPosition → LoaderPosition?
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- index ↔ int
-
getter/setter pair
- isLoading ↔ bool
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- speed → Duration?
-
finalinherited
-
spinnerSymbols
→ List<
String> -
final
- 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