onBrightBlack method

String onBrightBlack()

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);