onTeal property Null safety
set background color to X11/CSS color teal (0x008080)/rgb(0, 128, 128)
Implementation
Chalk get onTeal => makeRGBChalk(0, 128, 128, bg: true);
set background color to X11/CSS color teal (0x008080)/rgb(0, 128, 128)
Chalk get onTeal => makeRGBChalk(0, 128, 128, bg: true);