OmegaErrorDialogWidget constructor
OmegaErrorDialogWidget({})
Implementation
OmegaErrorDialogWidget({
required this.description,
this.title = 'Atenção!',
required this.textColor,
required this.bgColor,
this.longMessage,
});