setBold static method

void setBold(
  1. bool bold
)

Implementation

static void setBold(bool bold) => sgr(bold ? 1 : 22);