slateGrey property Null safety

Chalk slateGrey

set foreground color to X11/CSS color slateGrey         (0x708090)/rgb(112, 128, 144)

Implementation

Chalk get slateGrey => makeRGBChalk(112, 128, 144);