hide method

void hide()

Hides the tooltip if it is displayed.

Implementation

void hide() {
  (parentBox as RenderBehaviorArea?)?.hideTooltip();
}