AiutaImagePickerImagesCustom constructor

AiutaImagePickerImagesCustom({
  1. required List<String> examples,
})

Creates an AiutaImagePickerImagesCustom with the exactly 2 examples of images showing what photos/poses will achieve the best results for the virtual try-on.

Implementation

AiutaImagePickerImagesCustom({
  required this.examples,
}) : super(AiutaCustomizationType.custom);