red function Null safety
Returns a string wrapped with the selected ansi fg color codes.
Implementation
String red(String text, {AnsiColor bgcolor = AnsiColor.none}) =>
AnsiColor._apply(AnsiColor.red, text, bgcolor: bgcolor);
Returns a string wrapped with the selected ansi fg color codes.
String red(String text, {AnsiColor bgcolor = AnsiColor.none}) =>
AnsiColor._apply(AnsiColor.red, text, bgcolor: bgcolor);