AiutaWelcomeScreenFeature constructor

AiutaWelcomeScreenFeature({
  1. required AiutaWelcomeScreenImages images,
  2. required AiutaWelcomeScreenIcons icons,
  3. required AiutaWelcomeScreenStrings strings,
  4. required AiutaWelcomeScreenTypography typography,
})

Creates an AiutaWelcomeScreenFeature with the given parameters for the images, icons, strings, and typography used in the welcome screen.

Implementation

AiutaWelcomeScreenFeature({
  required this.images,
  required this.icons,
  required this.strings,
  required this.typography,
});