brightBlue property

Chalk get brightBlue

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

Implementation

Chalk get brightBlue =>
    _createStyler(_ansiSGRModiferOpen(94), _ansiClose, this);