bgRedBright property

String get bgRedBright

Legacy api, provided only for backwards compatibility, use onBrightRed. Set background base 16 xterm colors bright red (terminal dependent) linen

Implementation

String get bgRedBright => (_cBgRedBright ??= _chalk.bgBrightRed)(this);