AiutaWelcomeScreenFeature constructor
AiutaWelcomeScreenFeature({
- required AiutaWelcomeScreenImages images,
- required AiutaWelcomeScreenIcons icons,
- required AiutaWelcomeScreenStrings strings,
- 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,
});