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