onLightCyan property

String get onLightCyan

set background color to X11/CSS color lightCyan lightcyan (0xE0FFFF)/rgb(224, 255, 255)

Implementation

String get onLightCyan => (_cache[139] ??= _chalk.onLightCyan)(this);