apply method Null safety
writes the text to the terminal.
Implementation
String apply(String text, {AnsiColor background = none}) =>
_apply(this, text, background: background);
writes the text to the terminal.
String apply(String text, {AnsiColor background = none}) =>
_apply(this, text, background: background);