brightWhite property

Chalk get brightWhite

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

Implementation

Chalk get brightWhite =>
    _createStyler(_ansiSGRModiferOpen(97), _ansiClose, this);