NotificationTile constructor
const
NotificationTile({
- Key? key,
- required InboxNotification notification,
- dynamic onMarkAsRead(
- String notificationId
- dynamic onMarkAsArchived(
- String notificationId
- dynamic onMarkAsUnArchived(
- String notificationId
- dynamic onTap(
- InboxNotification notification
Implementation
const NotificationTile({
super.key,
required this.notification,
this.onMarkAsRead,
this.onMarkAsArchived,
this.onMarkAsUnArchived,
this.onTap,
});