isClickable property

bool get isClickable

Implementation

bool get isClickable {
  return onClick != null || onClickHandler != null || isToggleClickable;
}