onFloralWhite property Null safety

Chalk onFloralWhite

set background color to X11/CSS color floralWhite         (0xFFFAF0)/rgb(255, 250, 240)

Implementation

Chalk get onFloralWhite => makeRGBChalk(255, 250, 240, bg: true);