lightSlateGray property Null safety

Chalk lightSlateGray

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

Implementation

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