NotificationMessageTile constructor

const NotificationMessageTile({
  1. Key? key,
  2. required AppNotification notification,
  3. required LocalizeNotificationType onLocalizeNotificationType,
})

Implementation

const NotificationMessageTile({
  super.key,
  required this.notification,
  required this.onLocalizeNotificationType,
});