YesNoAlertWidget constructor

const YesNoAlertWidget(
  1. String body,
  2. String title,
  3. double width,
  4. double height,
  5. String yesCaption,
  6. String noCaption,
  7. double yesPadding,
  8. VoidCallback yesCallback,
  9. VoidCallback noCallback, {
  10. Key? key,
})

Implementation

const YesNoAlertWidget(
  this.logo, this.body, this.title,
  this.width, this.height, this.yesCaption,
  this.noCaption, this.yesPadding,
  this.yesCallback, this.noCallback,
  { super.key }
);