bgBrightWhite property

String get bgBrightWhite

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

Implementation

String get bgBrightWhite => (_cBgBrightWhite ??= _chalk.bgBrightWhite)(this);