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