onPink property Null safety

Chalk onPink

set background color to X11/CSS color pink         (0xFFC0CB)/rgb(255, 192, 203)

Implementation

Chalk get onPink => makeRGBChalk(255, 192, 203, bg: true);