flutter_sound
log
AnsiColor
apply method
apply
flutter_sound
log
AnsiColor
apply method
AnsiColor class
Constructors
AnsiColor
Properties
code
hashCode
runtimeType
Methods
apply
noSuchMethod
toString
Operators
operator ==
Static methods
bgReset
fgReset
grey
reset
Constants
bgColor
bgResetCode
black
blue
cyan
esc
fgColor
fgResetCode
green
magenta
none
orange
red
resetCode
white
yellow
apply
method
Null safety
String
apply
(
String
text
,
{
AnsiColor
bgcolor
=
none
}
)
Implementation
String apply(String text, {AnsiColor bgcolor = none}) => _apply(this, text, bgcolor: bgcolor);