white function Null safety
Implementation
String white(String text, {AnsiColor bgcolor = AnsiColor.none}) =>
AnsiColor._apply(AnsiColor.white, text, bgcolor: bgcolor);
String white(String text, {AnsiColor bgcolor = AnsiColor.none}) =>
AnsiColor._apply(AnsiColor.white, text, bgcolor: bgcolor);