CustomProgressHud constructor
const
CustomProgressHud({})
Creates a CustomProgressHud.
Implementation
const CustomProgressHud({
super.key,
required this.child,
required this.isLoading,
this.progressIndicator,
this.backgroundColor,
this.opacity = 0.6,
this.color = Colors.black,
this.dismissible = false,
this.onDismiss,
});