onRed method

String onRed()

Format this string with ANSI adding a red background color.

Returns default string if ANSI is not supported.

Implementation

String onRed() => format(41, 49)(this);