PlatformAlertDialog constructor

PlatformAlertDialog({
  1. Key? key,
  2. Key? widgetKey,
  3. List<Widget>? actions,
  4. Widget? content,
  5. Widget? title,
  6. PlatformBuilder<MaterialAlertDialogData>? material,
  7. PlatformBuilder<CupertinoAlertDialogData>? cupertino,
})

Implementation

PlatformAlertDialog({
  super.key,
  this.widgetKey,
  this.actions,
  this.content,
  this.title,
  this.material,
  this.cupertino,
});