showPanel method

void showPanel()

Implementation

void showPanel() {
  _isPanelVisible.value = true;
}