NotificationDateTile constructor

const NotificationDateTile({
  1. Key? key,
  2. required DateTime? timestamp,
})

Implementation

const NotificationDateTile({
  super.key,
  required this.timestamp,
});