ConfirmationDialog constructor
ConfirmationDialog({})
Implementation
ConfirmationDialog(
{Key? key,
required this.heading,
required this.title,
required this.onYesPressed,
this.subtitle,
this.atsign,
this.image})
: super(key: key);