CookieSettingsTexts constructor
const
CookieSettingsTexts({
- String dialogTitle = 'Cookie Settings',
- String essentialTitle = 'Essential Cookies',
- String essentialDescription = 'These cookies are necessary for the website to function and cannot be switched off.',
- String analyticsTitle = 'Analytics Cookies',
- String analyticsDescription = 'These cookies help us understand how visitors interact with our website.',
- String marketingTitle = 'Marketing Cookies',
- String marketingDescription = 'These cookies are used to track visitors across websites.',
- String cancelButton = 'Cancel',
- String saveButton = 'Save',
Implementation
const CookieSettingsTexts({
this.dialogTitle = 'Cookie Settings',
this.essentialTitle = 'Essential Cookies',
this.essentialDescription =
'These cookies are necessary for the website to function and cannot be switched off.',
this.analyticsTitle = 'Analytics Cookies',
this.analyticsDescription =
'These cookies help us understand how visitors interact with our website.',
this.marketingTitle = 'Marketing Cookies',
this.marketingDescription =
'These cookies are used to track visitors across websites.',
this.cancelButton = 'Cancel',
this.saveButton = 'Save',
});