setLongClickable method

void setLongClickable(
  1. bool flag
)

Implementation

void setLongClickable(bool flag) {
  if (!handleGestureBySelf()) {
    setGestureType(GestureType.longClick, flag);
  }
}