AlertInfoDialog constructor

const AlertInfoDialog({
  1. required AlertInfo info,
  2. Key? key,
})

info represents the event that triggered this dialog to be shown.

Implementation

const AlertInfoDialog({required this.info, super.key});