AppModal constructor
const
AppModal({})
Implementation
const AppModal({
super.key,
required this.message,
required this.subject,
this.icon,
this.extraContent,
required this.buttons,
this.closeIcon = true,
});