ProgressHud constructor
const
ProgressHud({})
Implementation
const ProgressHud({
super.key,
required this.child,
required this.inAsyncCall,
this.opacity = 0.3,
this.color = Colors.grey,
this.valueColor,
});