NotificationButton constructor

const NotificationButton({
  1. List<AppNotification> notifications = const [],
  2. Key? key,
})

Implementation

const NotificationButton({this.notifications = const [], super.key});