onBrightCyan method

String onBrightCyan()

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);