LogColor class

Class for defining color codes used for terminal output formatting.

Constructors

LogColor()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

blue → const String
Blue text for general information or non-critical messages.
cyan → const String
Cyan text for additional information or visual distinction.
green → const String
Green text for indicating success or positive information.
lightBlue → const String
Light blue text for less prominent general information or messages.
lightCyan → const String
Light cyan text for less prominent additional information or distinction.
lightGreen → const String
Light green text for less prominent success or positive messages.
lightMagenta → const String
Light magenta text for less prominent custom highlighting or purposes.
lightRed → const String
Light red text for less prominent error or warning messages.
lightWhite → const String
Light white text for less prominent emphasis on dark backgrounds.
lightYellow → const String
Light yellow text for less prominent attention-drawing or highlighting.
magenta → const String
Magenta text for diverse purposes or custom highlighting.
red → const String
Red text for highlighting errors or warnings.
reset → const String
Resets all color formatting to the terminal's default.
white → const String
White text for readability on dark backgrounds or custom highlighting.
yellow → const String
Yellow text for drawing attention or highlighting potential issues.