hide method

void hide()

Collapse and remove the overlay.

Implementation

void hide() {
  _controller.collapse();
}