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