maroon property

String get maroon

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

Implementation

String get maroon => (_cache[174] ??= _chalk.maroon)(this);