isFourFingeDrag property

bool get isFourFingeDrag

Implementation

bool get isFourFingeDrag {
  return this == GestureType.kFourFingerDrag ||
      this == GestureType.kFourFingerTopVerticalDrag ||
      this == GestureType.kFourFingerBottomVerticalDrag ||
      this == GestureType.kFourFingerLeftHorizontalDrag ||
      this == GestureType.kFourFingerRightHorizontalDrag;
}