onWhite method

String onWhite()

Format this string with ANSI adding a white background color.

Returns default string if ANSI is not supported.

Implementation

String onWhite() => format(47, 49)(this);