onTap method

void onTap()

Toggles the popup menu visibility.

Implementation

void onTap() {
  _tooltipController.toggle();
}