bgGreenBright property

String get bgGreenBright

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

Implementation

String get bgGreenBright => (_cBgGreenBright ??= _chalk.bgGreenBright)(this);