AlertDialogWidget constructor
const
AlertDialogWidget({})
Implementation
const AlertDialogWidget({
super.key,
required this.type,
required this.title,
required this.description,
this.buttonColor,
this.buttonTextColor,
this.buttonText,
this.backgroundColor,
});