aliceBlue property Null safety

Chalk aliceBlue

set foreground color to X11/CSS color aliceBlue         (0xF0F8FF)/rgb(240, 248, 255)

Implementation

Chalk get aliceBlue => makeRGBChalk(240, 248, 255);