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);
blink - Make text blink. (Not as widely supported, supported in VSCode through my PR)
String get blink => (_cBlink ??= _chalk.blink)(this);