onMouseLeave method

void onMouseLeave()

Implementation

void onMouseLeave() {
  _tooltipController.deactivate(this);
}