BlurredLoadingOverlay constructor
const
BlurredLoadingOverlay({})
Creates a blurred loading overlay widget.
Implementation
const BlurredLoadingOverlay({
super.key,
required this.isLoading,
required this.child,
this.loadingStyle = LoadingStyle.pulseRing,
this.customLoadingWidget,
this.blurSigma = 4.0,
this.backgroundColor,
this.loadingColor,
this.loadingSize = 50.0,
this.headerWidget,
this.footerWidget,
});