bgBrightRed property
String
get
bgBrightRed
Legacy api, provided only for backwards compatibility, use onBrightRed.
Set background base 16 xterm colors bright red
(terminal dependent)
Implementation
String get bgBrightRed => (_cBgBrightRed ??= _chalk.bgBrightRed)(this);