AppAttributes constructor
AppAttributes({
- required dynamic homeConfig,
- required dynamic appSettings,
- required dynamic userSettings,
- required dynamic screenConfigurations,
- required dynamic railAnimation,
- required bool showMediumSizeLayout,
- required bool showLargeSizeLayout,
- int? currentLanguageIndex,
- required dynamic colorSelected,
- required bool useLightMode,
- void handleBrightnessChange(
- bool useLightMode
)?,
- void handleColorSelect(
- int value
)?,
- void handleLanguageSelect(
- int index
)?,
})
Implementation
AppAttributes({
required this.footerConfig,
required this.homeConfig,
required this.appSettings,
required this.userSettings,
required this.screenConfigurations,
required this.railAnimation,
required this.showMediumSizeLayout,
required this.showLargeSizeLayout,
this.currentLanguageIndex,
required this.colorSelected,
required this.useLightMode,
this.handleBrightnessChange,
this.handleColorSelect,
this.handleLanguageSelect,
});