show static method

void show(
  1. Widget widget
)

Implementation

static void show(Widget widget) {
  overlayNotifier.value = widget;
}