isTwoFingerDrag property

bool get isTwoFingerDrag

Implementation

bool get isTwoFingerDrag {
  return this == GestureType.kTwoFingerDrag ||
      this == GestureType.kTwoFingerTopVerticalDrag ||
      this == GestureType.kTwoFingerBottomVerticalDrag ||
      this == GestureType.kTwoFingerLeftHorizontalDrag ||
      this == GestureType.kTwoFingerRightHorizontalDrag;
}