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