onCyan method

String onCyan()

Format this string with ANSI adding a cyan background color.

Returns default string if ANSI is not supported.

Implementation

String onCyan() => format(46, 49)(this);