blue method

String blue()

Format this string with ANSI to be colored blue.

Returns default string if ANSI is not supported.

Implementation

String blue() => format(34, 39)(this);