hasPinchZoom static method

bool hasPinchZoom(
  1. int gestures
)

Implementation

static bool hasPinchZoom(int gestures) => hasFlag(gestures, pinchZoom);