isThreeFingerDrag property

bool get isThreeFingerDrag

Implementation

bool get isThreeFingerDrag {
  return this == GestureType.kThreeFingerDrag ||
      this == GestureType.kThreeFingerTopVerticalDrag ||
      this == GestureType.kThreeFingerBottomVerticalDrag ||
      this == GestureType.kThreeFingerLeftHorizontalDrag ||
      this == GestureType.kThreeFingerRightHorizontalDrag;
}