BlurAlertWidget constructor

const BlurAlertWidget(
  1. String body,
  2. String title,
  3. String buttonCaption,
  4. double width,
  5. double height,
  6. VoidCallback callback, {
  7. Key? key,
})

Implementation

const BlurAlertWidget(
  this.logo, this.body, this.title,
  this.buttonCaption,
  this.width, this.height, this.callback,
  { super.key }
);