DialogMsg constructor
const
DialogMsg({})
Implementation
const DialogMsg({
super.key,
required this.title,
required this.message,
required this.onPressed,
this.closeText = 'Ok',
this.color = Colors.blue
});