lightCyan property

String get lightCyan

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

Implementation

String get lightCyan => (_cache[138] ??= _chalk.lightCyan)(this);