OmegaErrorDialogWidget constructor
OmegaErrorDialogWidget({})
Implementation
OmegaErrorDialogWidget({
required this.description,
this.title = 'Erro!',
required this.textColor,
required this.bgColor,
this.longMessage,
this.onReportError,
});