onMidnightBlue property Null safety

Chalk onMidnightBlue

set background color to X11/CSS color midnightBlue         (0x191970)/rgb(25, 25, 112)

Implementation

Chalk get onMidnightBlue => makeRGBChalk(25, 25, 112, bg: true);