blink property

String get blink

blink - Make text blink. (Not as widely supported, supported in VSCode through my PR)

Implementation

String get blink => (_cBlink ??= _chalk.blink)(this);