ansi method Null safety

Chalk ansi(
  1. 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);