close method

void close()

Implementation

void close() {
  if (state != MenuState.closed) {
    _animatedDrawerController.close();
  }
}