OverlayExt extension

on

Methods

showOverlay<T>({required Future<T> asyncFunction(), Color opacityColor = Colors.black, Widget? loadingWidget, double opacity = 0.5}) Future<T>

Available on GetInterface, provided by the OverlayExt extension

Displays an overlay with a loading indicator while an asynchronous function is executed.