AiutaTryOnStringsCustom constructor

AiutaTryOnStringsCustom({
  1. required String tryOnPageTitle,
  2. required String tryOn,
})

Creates an AiutaTryOnStringsCustom with the required tryOnPageTitle for the page and tryOn text for the button to start the Try-On process.

Implementation

AiutaTryOnStringsCustom({
  required this.tryOnPageTitle,
  required this.tryOn,
}) : super(AiutaCustomizationType.custom);