onGray method

String onGray()

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 onGray() => onBrightBlack();