cyan method

String cyan()

Format this string with ANSI to be colored cyan.

Returns default string if ANSI is not supported.

Implementation

String cyan() => format(36, 39)(this);