closePopup method

void closePopup()

Close the sub-menu, if it is open.

Implementation

void closePopup() {
  _showPopup.value = false;
}