LoadingOverlay constructor
const
LoadingOverlay({})
Implementation
const LoadingOverlay({
super.key,
this.color,
this.opacity = 0.5,
this.progressIndicator = const CircularProgressIndicator(),
required this.isLoading,
required this.child,
});