OmegaModernErrorDialogWidget constructor
const
OmegaModernErrorDialogWidget({})
Implementation
const OmegaModernErrorDialogWidget({
Key? key,
this.title = "Oops! Ocorreu um erro",
required this.description,
this.longMessage,
this.textColor,
this.bgColor,
this.onReportError,
}) : super(key: key);