NotificationsLine constructor

const NotificationsLine({
  1. Key? key,
  2. required Notification notification,
  3. required Post? post,
})

Implementation

const NotificationsLine(
    {Key? key, required this.notification, required this.post})
    : super(key: key);