onDarkRed property

String get onDarkRed

set background color to X11/CSS color darkRed darkred (0x8B0000)/rgb(139, 0, 0)

Implementation

String get onDarkRed => (_cache[65] ??= _chalk.onDarkRed)(this);