strikethrough method

String strikethrough()

Format this string with ANSI adding a strike through the text.

Returns default string if ANSI is not supported.

Implementation

String strikethrough() => format(9, 29)(this);