AiutaConsentStandaloneImagePickerPageFeature constructor
AiutaConsentStandaloneImagePickerPageFeature({
- required AiutaConsentStandaloneStrings strings,
- required AiutaConsentStandaloneIcons icons,
- required AiutaConsentStandaloneStyles styles,
- required AiutaConsentStandaloneData data,
- 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);