ANSIStyles enum

Base on ANSI Escape code, this enum define the support print log style and color

Inheritance

Constructors

ANSIStyles()
const

Values

reset → const ANSIStyles
bold → const ANSIStyles
dark → const ANSIStyles
italic → const ANSIStyles
underline → 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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

values → const List<ANSIStyles>
A constant List of the values in this enum, in order of their declaration.