hasRotate static method

bool hasRotate(
  1. int gestures
)

Implementation

static bool hasRotate(int gestures) => hasFlag(gestures, rotate);