onCyan method
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);
Format this string with ANSI adding a cyan background color.
Returns default string if ANSI is not supported.
String onCyan() => format(46, 49)(this);