toggle static method
Toggles the open/closed state of the overlay bound to controller.
Implementation
static void toggle(OverlayController controller) {
controller.toggle();
}
Toggles the open/closed state of the overlay bound to controller.
static void toggle(OverlayController controller) {
controller.toggle();
}