onBrightWhite property

Chalk get onBrightWhite

Set background base 16 xterm colors bright white (terminal dependent) linen

Implementation

Chalk get onBrightWhite =>
    _createStyler(_ansiSGRModiferOpen(107), _ansiBgClose, this);