onSeashell property Null safety

Chalk onSeashell

set background color to X11/CSS color seashell         (0xFFF5EE)/rgb(255, 245, 238)

Implementation

Chalk get onSeashell => makeRGBChalk(255, 245, 238, bg: true);