ConsoleLoaderBase class abstract

Implementers

Constructors

ConsoleLoaderBase({String? task, Duration? speed, LoaderPosition? animationPosition, ConsoleColor? animationColor})

Properties

animationColor ConsoleColor?
final
animationPosition LoaderPosition?
final
hashCode int
The hash code for this object.
no setterinherited
isLoading bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speed Duration?
final
task String?
getter/setter pair

Methods

formatOutput(String animation) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start() Future<void>
stop({String? completionSymbol = '✓'}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited