onGrey 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 onGrey() => onBrightBlack();
Format this string with ANSI adding a bright black or gray or grey background color.
Returns default string if ANSI is not supported.
String onGrey() => onBrightBlack();