onBrightBlue method

String onBrightBlue()

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

Returns default string if ANSI is not supported.

Implementation

String onBrightBlue() => format(104, 49)(this);