NotificationCard constructor
- {Key? key,
- required NotificationModel notificationModel}
Implementation
NotificationCard({
Key? key,
required this.notificationModel,
}) : super(key: key);
NotificationCard({
Key? key,
required this.notificationModel,
}) : super(key: key);