setBlink static method

void setBlink(
  1. bool blink
)

Implementation

static void setBlink(bool blink) => sgr(blink ? 5 : 25);