hidePanel method

void hidePanel()

Implementation

void hidePanel() {
  _isPanelVisible.value = false;
}