onBrightGreen method
Format this string with ANSI adding a bright green background color.
Returns default string if ANSI is not supported.
Implementation
String onBrightGreen() => format(102, 49)(this);
Format this string with ANSI adding a bright green background color.
Returns default string if ANSI is not supported.
String onBrightGreen() => format(102, 49)(this);