NotificationWidget constructor

const NotificationWidget({
  1. Key? key,
  2. required Notification notification,
})

Renders a given notification.

Implementation

const NotificationWidget({super.key, required this.notification});