onEventTap method

void onEventTap()

Implementation

void onEventTap() {
  myWidget.onTap?.call(this);
}