onBrightBlue method
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);
Format this string with ANSI adding a bright blue background color.
Returns default string if ANSI is not supported.
String onBrightBlue() => format(104, 49)(this);