onBrightWhite method

String onBrightWhite()

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