AiutaTryOnStringsCustom constructor
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);