NotificationWidget constructor
- Key? key,
- required Notification notification,
Renders a given notification
.
Implementation
const NotificationWidget({super.key, required this.notification});
Renders a given notification
.
const NotificationWidget({super.key, required this.notification});