whiteBright property
String
get
whiteBright
Set foreground base 16 xterm colors bright white
(terminal dependent)
Implementation
String get whiteBright => (_cWhiteBright ??= _chalk.whiteBright)(this);
Set foreground base 16 xterm colors bright white
(terminal dependent)
String get whiteBright => (_cWhiteBright ??= _chalk.whiteBright)(this);