OverlayLoadingDialog constructor

const OverlayLoadingDialog({
  1. Key? key,
  2. Duration? animationTime,
  3. Widget? body,
})

Implementation

const OverlayLoadingDialog({
  super.key,
  this.animationTime,
  this.body,
});