hide method

void hide ()

Hides the tooltip if it is displayed.

Implementation

void hide() {
  _painter.getLocation(const Offset(null, null));
}