ErrorDialog constructor
Implementation
const ErrorDialog({
Key? key,
this.title,
this.iconPath,
required this.text,
required this.buttonText,
this.onTap,
this.iconColor,
required this.supportSubject,
this.imagePath,
}) : super(key: key);