AppAttributes class

Constructors

AppAttributes({required dynamic footerConfig, required dynamic homeConfig, required dynamic appSettings, required dynamic userSettings, required dynamic screenConfigurations, required dynamic railAnimation, required bool showMediumSizeLayout, required bool showLargeSizeLayout, bool? useOtherLanguageMode, required dynamic colorSelected, required bool useLightMode, void handleBrightnessChange(bool useLightMode)?, void handleColorSelect(int value)?, void handleLanguageChange()?})

Properties

appSettings ↔ dynamic
getter/setter pair
colorSelected ↔ dynamic
getter/setter pair
footerConfig ↔ dynamic
getter/setter pair
handleBrightnessChange → void Function(bool useLightMode)?
final
handleColorSelect → void Function(int value)?
final
handleLanguageChange → void Function()?
final
hashCode int
The hash code for this object.
no setterinherited
homeConfig ↔ dynamic
getter/setter pair
railAnimation ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenConfigurations ↔ dynamic
getter/setter pair
showLargeSizeLayout bool
getter/setter pair
showMediumSizeLayout bool
getter/setter pair
useLightMode bool
getter/setter pair
useOtherLanguageMode bool?
getter/setter pair
userSettings ↔ dynamic
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited