openDrawer method

void openDrawer()

Implementation

void openDrawer() {
  animationController.forward(from: drawerRate);
  isOpened = true;
}