setClickable method

void setClickable(
  1. bool flag
)

Implementation

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