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