black property Null safety
Set foreground color to one of the base 16 xterm colors
Implementation
Chalk get black => _createStyler(_ansiSGRModiferOpen(30), _ansiClose, this);
Set foreground color to one of the base 16 xterm colors
Chalk get black => _createStyler(_ansiSGRModiferOpen(30), _ansiClose, this);