NiceNotificationPreferences constructor
const
NiceNotificationPreferences({
- Key? key,
- required Map<
NotificationCategory, NotificationPreference> preferences, - ValueChanged<
Map< ? onChanged,NotificationCategory, NotificationPreference> > - List<
NotificationChannel> availableChannels = NotificationChannel.values, - bool showSeverity = true,
Implementation
const NiceNotificationPreferences({
super.key,
required this.preferences,
this.onChanged,
this.availableChannels = NotificationChannel.values,
this.showSeverity = true,
});