showOverlay method

ExtendedOverlayEntry? showOverlay({
  1. bool autoOff = false,
})

ExtendedOverlay().showOverlay()

Implementation

ExtendedOverlayEntry? showOverlay({bool autoOff = false}) =>
    ExtendedOverlay().showOverlay(this, autoOff: autoOff);