onBrightBlack method
Format this string with ANSI adding a bright black or gray or grey background color.
Returns default string if ANSI is not supported.
Implementation
String onBrightBlack() => format(100, 49)(this);
Format this string with ANSI adding a bright black or gray or grey background color.
Returns default string if ANSI is not supported.
String onBrightBlack() => format(100, 49)(this);