brightCyan method
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);
Format this string with ANSI to be colored bright cyan.
Returns default string if ANSI is not supported.
String brightCyan() => format(96, 39)(this);