ProgressHud constructor
ProgressHud({})
Implementation
ProgressHud(
{Key? key,
required this.child,
this.offsetY = -50,
this.isGlobalHud = false,
this.maximumDismissDuration})
: super(key: key);