overlayWidget property

Widget? overlayWidget
final

The widget of the overlay. This is great if you want to insert your own widget to serve as an overlay.

Implementation

final Widget? overlayWidget;