ZetaNotificationListItem constructor
Constructor for ZetaNotificationListItem
Implementation
const ZetaNotificationListItem({
super.key,
super.rounded,
required this.leading,
required this.body,
required this.title,
this.notificationRead = false,
this.notificationTime,
required this.action,
this.showDivider = false,
this.semanticLabel,
});