hasPinchMove static method

bool hasPinchMove(
  1. int gestures
)

Implementation

static bool hasPinchMove(int gestures) => hasFlag(gestures, pinchMove);