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