onBrightCyan method
Format this string with ANSI adding a bright cyan background color.
Returns default string if ANSI is not supported.
Implementation
String onBrightCyan() => format(106, 49)(this);
Format this string with ANSI adding a bright cyan background color.
Returns default string if ANSI is not supported.
String onBrightCyan() => format(106, 49)(this);