void close()

Starts an animation to close the drawer.

Source

void close() {
  _controller.fling(velocity: -1.0);
}