NotificationMessageTile constructor
- Key? key,
- required AppNotification notification,
- required LocalizeNotificationType onLocalizeNotificationType,
Implementation
const NotificationMessageTile({
super.key,
required this.notification,
required this.onLocalizeNotificationType,
});