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