onBlack method

String onBlack()

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