lightPink property Null safety

Chalk lightPink

set foreground color to X11/CSS color lightPink         (0xFFB6C1)/rgb(255, 182, 193)

Implementation

Chalk get lightPink => makeRGBChalk(255, 182, 193);