LabelMaker class

Constructors

LabelMaker({required Stdout stdout, required PendingHook pendingHook, required String nameOfHook, bool debug = false})
const

Properties

debug bool
final
hashCode int
The hash code for this object.
no setterinherited
maxWidth int
no setter
nameOfHook String
final
pendingHook PendingHook
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(String loading) String
fileCount(int count) String?
getIndexString(int index) String?
icon(PendingTask pending, {required String? loading}) String?
label(String? loading) Iterable<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retrieveLabels(PendingTask pending, {required String? loading, required String spacing}) Iterable<String?>
status(PendingTask task) String
toString() String
A string representation of this object.
inherited
trim(String string) String

Operators

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

Constants

checkMark → const String
dot → const String
down → const String
waiting → const String
warning → const String
x → const String