blink property
blink - Make text blink. (Not as widely supported, supported in VSCode through my PR)
Implementation
Chalk get blink =>
_createStyler(_ansiSGRModiferOpen(5), _ansiSGRModiferClose(25), this);
blink - Make text blink. (Not as widely supported, supported in VSCode through my PR)
Chalk get blink =>
_createStyler(_ansiSGRModiferOpen(5), _ansiSGRModiferClose(25), this);