dim method

String dim()

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