bgCyan property

String get bgCyan

Legacy api, provided only for backwards compatibility, use onCyan. Set background base 16 xterm colors cyan (terminal dependent) linen

Implementation

String get bgCyan => (_cBgCyan ??= _chalk.bgCyan)(this);