onLightSlateGrey property Null safety

Chalk onLightSlateGrey

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

Implementation

Chalk get onLightSlateGrey => makeRGBChalk(119, 136, 153, bg: true);