brightBlue method

String brightBlue()

Format this string with ANSI to be colored bright blue.

Returns default string if ANSI is not supported.

Implementation

String brightBlue() => format(94, 39)(this);