midnightBlue property Null safety

Chalk midnightBlue

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

Implementation

Chalk get midnightBlue => makeRGBChalk(25, 25, 112);