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