brightCyan property

Chalk get brightCyan

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

Implementation

Chalk get brightCyan =>
    _createStyler(_ansiSGRModiferOpen(96), _ansiClose, this);