dim method
Format this string with ANSI to make it appear as a dimmed text.
Returns default string if ANSI is not supported.
Implementation
String dim() => format(2, 22)(this);
Format this string with ANSI to make it appear as a dimmed text.
Returns default string if ANSI is not supported.
String dim() => format(2, 22)(this);