bgBlack property

String get bgBlack

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

Implementation

String get bgBlack => (_cBgBlack ??= _chalk.bgBlack)(this);