NotificationDialog constructor

const NotificationDialog(
  1. String txt, {
  2. String imageFilename = "",
  3. Key? key,
})

Implementation

const NotificationDialog(this.txt, {this.imageFilename = "", super.key});