onLightCoral property

String get onLightCoral

set background color to X11/CSS color lightCoral lightcoral (0xF08080)/rgb(240, 128, 128)

Implementation

String get onLightCoral => (_cache[137] ??= _chalk.onLightCoral)(this);