hide method

void hide()

Hides the tooltip.

Implementation

void hide() {
  _isVisible = false;
  notifyListeners();
}