onLightYellow property Null safety
set background color to X11/CSS color lightYellow (0xFFFFE0)/rgb(255, 255, 224)
Implementation
Chalk get onLightYellow => makeRGBChalk(255, 255, 224, bg: true);
set background color to X11/CSS color lightYellow (0xFFFFE0)/rgb(255, 255, 224)
Chalk get onLightYellow => makeRGBChalk(255, 255, 224, bg: true);