hide method

void hide()

Implementation

void hide() {
  event = DropdownEvent.HIDE;
  notifyListeners();
}