hidden property Null safety

Chalk hidden

hidden - Prints the text, but makes it invisible. (still copy and pasteable)

Implementation

Chalk get hidden =>
    _createStyler(_ansiSGRModiferOpen(8), _ansiSGRModiferClose(28), this);