Styles the input strikeThrough
input
Also see style.
String strikeThrough(Object input, {bool reset = true}) => style(input, ConsoleTextStyle(strikeThrough: true), reset);