aqua property

String get aqua

set foreground color to X11/CSS color aqua aqua (0x00FFFF)/rgb(0, 255, 255)

Implementation

String get aqua => (_cache[4] ??= _chalk.aqua)(this);