isLongClickable property

bool get isLongClickable

Implementation

bool get isLongClickable => onLongClick != null || onLongClickHandler != null;