onBlack method
Format this string with ANSI adding a black background color.
Returns default string if ANSI is not supported.
Implementation
String onBlack() => format(40, 49)(this);
Format this string with ANSI adding a black background color.
Returns default string if ANSI is not supported.
String onBlack() => format(40, 49)(this);