crimson property

String get crimson

set foreground color to X11/CSS color crimson crimson (0xDC143C)/rgb(220, 20, 60)

Implementation

String get crimson => (_cache[38] ??= _chalk.crimson)(this);