onAnsi method Null safety

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