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