LoadingOverlay constructor
const
LoadingOverlay({})
Implementation
const LoadingOverlay({
super.key,
required this.isLoading,
required this.child,
this.message,
this.color,
this.backgroundColor,
this.progressIndicator,
this.messageStyle,
this.borderRadius = 12.0,
this.padding = const EdgeInsets.all(24),
this.dismissible = false,
this.onDismiss,
});