ConfirmationDeleteDialog constructor

const ConfirmationDeleteDialog({
  1. VoidCallback? onCancel,
  2. VoidCallback? onDelete,
  3. Widget? content,
  4. Widget? title,
  5. String? deleteText,
  6. int totalNavigatorPop = 1,
})

Implementation

const ConfirmationDeleteDialog({
  this.onCancel,
  this.onDelete,
  this.content,
  this.title,
  this.deleteText,
  this.totalNavigatorPop = 1,
});