onMaroon property

String get onMaroon

set background color to X11/CSS color maroon maroon (0x800000)/rgb(128, 0, 0)

Implementation

String get onMaroon => (_cache[175] ??= _chalk.onMaroon)(this);