hide method

void hide()

Hide the ghost text

Implementation

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