GiantToadAlertDialog constructor

const GiantToadAlertDialog({
  1. Widget? title,
  2. Widget? content,
  3. List<Widget>? actions,
  4. Key? key,
})

Implementation

const GiantToadAlertDialog({
  this.title,
  this.content,
  this.actions,
  super.key,
});