Colors the input red.
input
Also see style.
String red(Object input, {bool background = false, bool reset = true}) => color(ConsoleColor.red, input, background: background, reset: reset);