setInverted static method

void setInverted(
  1. bool flipped
)

Implementation

static void setInverted(bool flipped) => sgr(flipped ? 7 : 27);