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