AiutaWelcomeScreenStringsCustom constructor
AiutaWelcomeScreenStringsCustom({})
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);