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