OmegaConfirmDialogWidget constructor
OmegaConfirmDialogWidget({})
Implementation
OmegaConfirmDialogWidget({
required this.description,
required this.title,
required this.textColor,
required this.bgColor,
required this.yesPressed,
required this.noPressed,
});