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