onWhite method
Format this string with ANSI adding a white background color.
Returns default string if ANSI is not supported.
Implementation
String onWhite() => format(47, 49)(this);
Format this string with ANSI adding a white background color.
Returns default string if ANSI is not supported.
String onWhite() => format(47, 49)(this);