bgWhiteBright property
String
get
bgWhiteBright
Legacy api, provided only for backwards compatibility, use onBrightWhite.
Set background base 16 xterm colors bright white
(terminal dependent)
Implementation
String get bgWhiteBright => (_cBgWhiteBright ??= _chalk.bgWhiteBright)(this);