ansiBackgroundOffset constant Null safety

int const ansiBackgroundOffset

This offset can be added to the basic 0-15 ansi color numbers to get background versions of those colors.

Implementation

static const int ansiBackgroundOffset = 10;