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