closeDrawer method

void closeDrawer()

Implementation

void closeDrawer() {
  isDrawerOpen.value = false;
}