brightCyan method

String brightCyan()

Format this string with ANSI to be colored bright cyan.

Returns default string if ANSI is not supported.

Implementation

String brightCyan() => format(96, 39)(this);