onBrightRed method

String onBrightRed()

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);