Colorize class

Constructors

Colorize([String initial = ''])

Properties

hashCode int
The hash code for this object.
no setterinherited
initial String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

apply(Styles style, [String? text]) Colorize
bgBlack() Colorize
bgBlue() Colorize
bgCyan() Colorize
bgDarkGray() Colorize
bgDefault() Colorize
bgGreen() Colorize
bgLightBlue() Colorize
bgLightCyan() Colorize
bgLightGray() Colorize
bgLightGreen() Colorize
bgLightMagenta() Colorize
bgLightRed() Colorize
bgLightYellow() Colorize
bgMagenta() Colorize
bgRed() Colorize
bgWhite() Colorize
bgYellow() Colorize
black() Colorize
blue() Colorize
bold() Colorize
buildEscSeq(Styles style) String
call(String text) Colorize
concealed() Colorize
cyan() Colorize
dark() Colorize
darkGray() Colorize
default_slyle() Colorize
green() Colorize
italic() Colorize
lightBlue() Colorize
lightCyan() Colorize
lightGray() Colorize
lightGreen() Colorize
lightMagenta() Colorize
lightRed() Colorize
lightYellow() Colorize
magenta() Colorize
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
red() Colorize
reverse() Colorize
toString() String
A string representation of this object.
override
underline() Colorize
white() Colorize
yellow() Colorize

Operators

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

Static Properties

ESC String
final

Static Methods

getStyle(Styles style) String