greenBright property
String
get
greenBright
Set foreground base 16 xterm colors bright green
(terminal dependent)
Implementation
String get greenBright => (_cGreenBright ??= _chalk.greenBright)(this);
Set foreground base 16 xterm colors bright green
(terminal dependent)
String get greenBright => (_cGreenBright ??= _chalk.greenBright)(this);