setTouchEndHandle method

void setTouchEndHandle(
  1. bool flag
)

Implementation

void setTouchEndHandle(bool flag) {
  if (!handleGestureBySelf()) {
    setGestureType(GestureType.touchEnd, flag);
  }
}