ConfirmationDialog constructor
ConfirmationDialog({})
Implementation
ConfirmationDialog(
{required this.heading,
required this.title,
required this.onYesPressed,
this.subtitle,
this.atsign,
this.image});