AppNotificationPageContents constructor
- Key? key,
- required LocalizeNotificationType onLocalizeNotificationType,
- required Map<
DateTime?, List< notifications,AppNotification> > - required bool isLoading,
Implementation
const AppNotificationPageContents({
super.key,
required this.onLocalizeNotificationType,
required this.notifications,
required this.isLoading,
});