menu
notification_list package
documentation
model/notification_model.dart
NotificationModel
NotificationModel.new constructor
NotificationModel.new constructor
dark_mode
light_mode
NotificationModel
constructor
NotificationModel
(
{
required
String
title
,
required
String
image
,
void
onTap
()?,
})
Implementation
NotificationModel({ required this.title, required this.image, this.onTap, });
notification_list package
documentation
model/notification_model
NotificationModel
NotificationModel.new constructor
NotificationModel class