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