AlertDialog constructor

const AlertDialog({
  1. Key? key,
  2. required AlertDialogConfig config,
})

Implementation

const AlertDialog({
  super.key,
  required this.config,
});