onElementTap method

void onElementTap()

Implementation

void onElementTap() {
  _event.emit('click', _tapData);
  _tapData = null;
}