mintCream property Null safety

Chalk mintCream

set foreground color to X11/CSS color mintCream         (0xF5FFFA)/rgb(245, 255, 250)

Implementation

Chalk get mintCream => makeRGBChalk(245, 255, 250);