OverlayAdaptiveProgressHub constructor
const
OverlayAdaptiveProgressHub({})
Implementation
const OverlayAdaptiveProgressHub(
{super.key,
required this.inAsyncCall,
this.opacity = 0.3,
this.color = Colors.grey,
this.progressIndicator = const CircularProgressIndicator.adaptive(),
this.offset,
this.dismissible = false,
required this.child,
this.blur = 0.0});