openDrawer method

void openDrawer()

Implementation

void openDrawer() {
  isDrawerOpen.value = true;
}