toggleMenu method

void toggleMenu()

Implementation

void toggleMenu() {
  isMenuExpanded.value = !isMenuExpanded.value;
}