NiceNotificationSettingItem constructor
const
NiceNotificationSettingItem({})
Implementation
const NiceNotificationSettingItem({
required this.key,
required this.title,
this.description,
this.icon,
this.defaultValue = true,
});