ANSIStyles enum
Base on ANSI Escape code, this enum define the support print log style and color
Values
- reset → const ANSIStyles
- bold → const ANSIStyles
- dark → const ANSIStyles
- italic → const ANSIStyles
- underline → const ANSIStyles
- blink → const ANSIStyles
- reverse → const ANSIStyles
- concealed → const ANSIStyles
- defaultStyle → const ANSIStyles
- black → const ANSIStyles
- red → const ANSIStyles
- green → const ANSIStyles
- yellow → const ANSIStyles
- blue → const ANSIStyles
- magenta → const ANSIStyles
- cyan → const ANSIStyles
- lightGray → const ANSIStyles
- lightCyan → const ANSIStyles
- darkGray → const ANSIStyles
- lightRed → const ANSIStyles
- lightGreen → const ANSIStyles
- lightYellow → const ANSIStyles
- lightBlue → const ANSIStyles
- lightMagenta → const ANSIStyles
- white → const ANSIStyles
- bgDefault → const ANSIStyles
- bgBlack → const ANSIStyles
- bgRed → const ANSIStyles
- bgGreen → const ANSIStyles
- bgYellow → const ANSIStyles
- bgBlue → const ANSIStyles
- bgMagenta → const ANSIStyles
- bgCyan → const ANSIStyles
- bgLightGray → const ANSIStyles
- bgDarkGray → const ANSIStyles
- bgLightRed → const ANSIStyles
- bgLightGreen → const ANSIStyles
- bgLightYellow → const ANSIStyles
- bgLightBlue → const ANSIStyles
- bgLightMagenta → const ANSIStyles
- bgLightCyan → const ANSIStyles
- bgWhite → const ANSIStyles
Properties
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
-
values
→ const List<
ANSIStyles> - A constant List of the values in this enum, in order of their declaration.