closePopup method
void
closePopup()
Close the sub-menu, if it is open.
Implementation
void closePopup() {
_showPopup.value = false;
}
Close the sub-menu, if it is open.
void closePopup() {
_showPopup.value = false;
}