isClickable property

bool? isClickable
final

Whether this DOM node responds to mouse clicks. This includes nodes that have had click event listeners attached via JavaScript as well as anchor tags that naturally navigate when clicked.

Implementation

final bool? isClickable;