togglePanel method

void togglePanel()

Implementation

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