show method

dynamic show()

Implementation

show() async {
  overlayState?.insert(overlayEntry!);
  // dismiss();
}