closeDrawer method

void closeDrawer()

Implementation

void closeDrawer() {
  animationController.reverse(from: drawerRate);
  isOpened = false;
}