NiceConsentPanel constructor
- Key? key,
- required List<
NiceConsentItem> items, - void onSave(
- List<
NiceConsentItem> items
- List<
- VoidCallback? onClose,
- String title = 'Privacy Settings',
- String? description,
- NiceConsentVariant variant = NiceConsentVariant.panel,
Implementation
const NiceConsentPanel({
super.key,
required this.items,
this.onSave,
this.onClose,
this.title = 'Privacy Settings',
this.description,
this.variant = NiceConsentVariant.panel,
});