blue method
Format this string with ANSI to be colored blue.
Returns default string if ANSI is not supported.
Implementation
String blue() => format(34, 39)(this);
Format this string with ANSI to be colored blue.
Returns default string if ANSI is not supported.
String blue() => format(34, 39)(this);