strikethrough method
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);
Format this string with ANSI adding a strike through the text.
Returns default string if ANSI is not supported.
String strikethrough() => format(9, 29)(this);