black property Null safety

Chalk black

Set foreground color to one of the base 16 xterm colors

Implementation

Chalk get black => _createStyler(_ansiSGRModiferOpen(30), _ansiClose, this);