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