ansi method Null safety
- int ansicode
Creates chalk with the foreground color specified by the ansi color escape code. https://en.wikipedia.org/wiki/ANSI_escape_code
Implementation
Chalk ansi(int ansicode) => _makeAnsiChalk(ansicode);
Creates chalk with the foreground color specified by the ansi color escape code. https://en.wikipedia.org/wiki/ANSI_escape_code
Chalk ansi(int ansicode) => _makeAnsiChalk(ansicode);