NoColor class
No color (absence of color styling).
Use this to explicitly indicate no color should be applied.
Constructors
- NoColor()
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toAnsi(
ColorProfile profile, {bool background = false, bool underline = false, bool hasDarkBackground = true}) → String -
Produces the ANSI escape sequence for this color.
override
-
toHex(
) → String -
Returns the hex representation of this color.
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override