onDarkMagenta property Null safety
set background color to X11/CSS color darkMagenta (0x8B008B)/rgb(139, 0, 139)
Implementation
Chalk get onDarkMagenta => makeRGBChalk(139, 0, 139, bg: true);
set background color to X11/CSS color darkMagenta (0x8B008B)/rgb(139, 0, 139)
Chalk get onDarkMagenta => makeRGBChalk(139, 0, 139, bg: true);