ErrorDialog constructor
const
ErrorDialog({})
Implementation
const ErrorDialog(
{Key? key, required this.title, required this.description, this.icon, this.buttonText, this.onButtonPressed, this.dismissible = true, this.maxIconHeight}) : super(key: key);