hideSubMenu method

void hideSubMenu()

Implementation

void hideSubMenu() {
  _focusNode.unfocus();
}