underline property Null safety
underline - Make text underline. (Not as widely supported, supported in VSCode through my PR)
Implementation
Chalk get underline =>
_createStyler(_ansiSGRModiferOpen(4), _ansiSGRModiferClose(24), this);
underline - Make text underline. (Not as widely supported, supported in VSCode through my PR)
Chalk get underline =>
_createStyler(_ansiSGRModiferOpen(4), _ansiSGRModiferClose(24), this);