NotificationCard constructor

NotificationCard(
  1. {Key? key,
  2. required NotificationModel notificationModel}
)

Implementation

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