onCoral property

String get onCoral

set background color to X11/CSS color coral coral (0xFF7F50)/rgb(255, 127, 80)

Implementation

String get onCoral => (_cache[33] ??= _chalk.onCoral)(this);