bgBlackBright property

String get bgBlackBright

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

Implementation

String get bgBlackBright => (_cBgBlackBright ??= _chalk.bgBlackBright)(this);