NotificationsScreen constructor
const
NotificationsScreen({
- Key? key,
- required HeadlessService headlessService,
- Widget renderNotification(
- InboxNotification notification
- Widget renderAvatar(
- InboxNotification notification
- Widget renderSubject(
- InboxNotification notification
- Widget renderBody(
- InboxNotification notification
- dynamic onNotificationTap(
- InboxNotification notification
- dynamic onPrimaryActionTap(
- InboxNotification notification
- dynamic onSecondaryActionTap(
- InboxNotification notification
Implementation
const NotificationsScreen({
super.key,
required this.headlessService,
this.renderNotification,
this.renderAvatar,
this.renderSubject,
this.renderBody,
this.onNotificationTap,
this.onPrimaryActionTap,
this.onSecondaryActionTap,
});