NotificationsLine constructor
const
NotificationsLine({
- Key? key,
- required Notification notification,
- required Post? post,
Implementation
const NotificationsLine(
{Key? key, required this.notification, required this.post})
: super(key: key);