NotificationButton constructor
const
NotificationButton({
- List<
AppNotification> notifications = const [], - Key? key,
Implementation
const NotificationButton({this.notifications = const [], super.key});