AiutaConsentStandaloneImagePickerPageFeature constructor

AiutaConsentStandaloneImagePickerPageFeature({
  1. required AiutaConsentStandaloneStrings strings,
  2. required AiutaConsentStandaloneIcons icons,
  3. required AiutaConsentStandaloneStyles styles,
  4. required AiutaConsentStandaloneData data,
  5. required AiutaConsentStandaloneDataProvider dataProvider,
})

Creates an AiutaConsentStandaloneImagePickerPageFeature with the strings, icons, styles, list of consents in data, and dataProvider to control the consent feature.

Implementation

AiutaConsentStandaloneImagePickerPageFeature({
  required this.strings,
  required this.icons,
  required this.styles,
  required this.data,
  required this.dataProvider,
}) : super(AiutaConsentMode.standaloneImagePickerPage);