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