togglePanel method

void togglePanel()

Implementation

void togglePanel() {
  isPanelVisible.value = !isPanelVisible.value;
}