cyanBright property

String get cyanBright

Set foreground base 16 xterm colors bright cyan (terminal dependent) linen

Implementation

String get cyanBright => (_cCyanBright ??= _chalk.cyanBright)(this);