GeneralPref constructor
GeneralPref({
- required CapturePhoto dangling,
- required CapturePhoto sparkling,
- required CapturePhoto feedback,
- required CapturePhoto pageTour,
- required CapturePhoto capturePhoto,
- required CapturePhoto downloadPhoto,
- List<
String> ? allowedCategories,
Implementation
GeneralPref({
required this.dangling,
required this.sparkling,
required this.feedback,
required this.pageTour,
required this.capturePhoto,
required this.sharePhoto,
required this.downloadPhoto,
this.allowedCategories,
});