NicePushNotificationPreview constructor
const
NicePushNotificationPreview({
- Key? key,
- required String appName,
- required String title,
- required String body,
- Widget? appIcon,
- DateTime? timestamp,
- VoidCallback? onTap,
- VoidCallback? onDismiss,
- List<
NicePushNotificationAction> ? actions,
Implementation
const NicePushNotificationPreview({
super.key,
required this.appName,
required this.title,
required this.body,
this.appIcon,
this.timestamp,
this.onTap,
this.onDismiss,
this.actions,
});