overlayWidgetBuilder property

(Widget Function(dynamic progress)?) overlayWidgetBuilder
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 Function(dynamic progress)? overlayWidgetBuilder;