AppNotificationPageContents constructor

const AppNotificationPageContents({
  1. Key? key,
  2. required LocalizeNotificationType onLocalizeNotificationType,
  3. required Map<DateTime?, List<AppNotification>> notifications,
  4. required bool isLoading,
})

Implementation

const AppNotificationPageContents({
  super.key,
  required this.onLocalizeNotificationType,
  required this.notifications,
  required this.isLoading,
});