hasPinchMove static method

bool hasPinchMove(
  1. int flags
)

True if the pinchMove interactive flag is enabled.

Implementation

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