AiutaWelcomeScreenStringsCustom constructor

AiutaWelcomeScreenStringsCustom({
  1. required String welcomeTitle,
  2. required String welcomeDescription,
  3. required String welcomeButtonStart,
})

Creates an AiutaWelcomeScreenStringsCustom with the given parameters for the welcomeTitle, welcomeDescription, and welcomeButtonStart used in the welcome screen.

Implementation

AiutaWelcomeScreenStringsCustom({
  required this.welcomeTitle,
  required this.welcomeDescription,
  required this.welcomeButtonStart,
}) : super(AiutaCustomizationType.custom);