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