toggle static method

void toggle(
  1. OverlayController controller
)

Toggles the open/closed state of the overlay bound to controller.

Implementation

static void toggle(OverlayController controller) {
  controller.toggle();
}