NiceConsentPanel constructor
const
NiceConsentPanel({
- Key? key,
- required List<
NiceConsentCategory> categories, - ValueChanged<
List< ? onChanged,NiceConsentCategory> > - VoidCallback? onAcceptAll,
- VoidCallback? onRejectAll,
- VoidCallback? onSave,
- String title = 'Privacy Settings',
- String? description,
Implementation
const NiceConsentPanel({
super.key,
required this.categories,
this.onChanged,
this.onAcceptAll,
this.onRejectAll,
this.onSave,
this.title = 'Privacy Settings',
this.description,
});