hasPinchZoom static method

bool hasPinchZoom(
  1. int flags
)

True if the pinchZoom interactive flag is enabled.

Implementation

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