dcli
dcli
AnsiColor
AnsiColor const constructor
AnsiColor
AnsiColor
constructor
Null safety
const
AnsiColor
(
int
code
,
{
bool
bold
=
true
}
)
Implementation
const AnsiColor( int code, { bool bold = true, }) : _code = code, _bold = bold;
dcli
dcli
AnsiColor
AnsiColor const constructor
AnsiColor class
Constructors
AnsiColor
Properties
bold
code
hashCode
runtimeType
Methods
apply
noSuchMethod
toString
Operators
operator ==
Static methods
bgReset
fgReset
reset
Constants
black
blue
codeBlack
codeBlue
codeCyan
codeGreen
codeGrey
codeMagenta
codeOrange
codeRed
codeWhite
codeYellow
cyan
green
magenta
none
orange
red
white
yellow