onBlue method

String onBlue()

Format this string with ANSI adding a blue background color.

Returns default string if ANSI is not supported.

Implementation

String onBlue() => format(44, 49)(this);