lightSlateGrey property Null safety

Chalk lightSlateGrey

set foreground color to X11/CSS color lightSlateGrey         (0x778899)/rgb(119, 136, 153)

Implementation

Chalk get lightSlateGrey => makeRGBChalk(119, 136, 153);