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