ansiUnderlineOffset constant Null safety

int const ansiUnderlineOffset

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

Implementation

static const int ansiUnderlineOffset = 20;