FutureProgressDialog constructor

const FutureProgressDialog(
  1. Future future, {
  2. BoxDecoration? decoration,
  3. double opacity = 1.0,
  4. Widget? progress,
  5. Widget? message,
})

Implementation

const FutureProgressDialog(
  this.future, {
  this.decoration,
  this.opacity = 1.0,
  this.progress,
  this.message,
});