reset property Null safety
reset - Resets the current color chain.
Implementation
Chalk get reset =>
_createStyler(_ansiSGRModiferOpen(0), _ansiSGRModiferClose(0), this);
reset - Resets the current color chain.
Chalk get reset =>
_createStyler(_ansiSGRModiferOpen(0), _ansiSGRModiferClose(0), this);