onSlateGrey property Null safety

Chalk onSlateGrey

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

Implementation

Chalk get onSlateGrey => makeRGBChalk(112, 128, 144, bg: true);