closeOpenMenu static method
void
closeOpenMenu()
Closes only the currently active menu (if any). In multi-open mode other menus stay.
Implementation
static void closeOpenMenu() => _activeMenuState?._hide();
Closes only the currently active menu (if any). In multi-open mode other menus stay.
static void closeOpenMenu() => _activeMenuState?._hide();