onBrightMagenta method

String onBrightMagenta()

Format this string with ANSI adding a bright magenta background color.

Returns default string if ANSI is not supported.

Implementation

String onBrightMagenta() => format(105, 49)(this);