onBrightCyan property

Chalk get onBrightCyan

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

Implementation

Chalk get onBrightCyan =>
    _createStyler(_ansiSGRModiferOpen(106), _ansiBgClose, this);