KataglyphisAppShellRuntime constructor
const
KataglyphisAppShellRuntime({ - required CurvedAnimation railAnimation,
- required bool showMediumSizeLayout,
- required bool showLargeSizeLayout,
- required int currentLanguageIndex,
- required bool useLightMode,
- required ColorSeed colorSelected,
- required void handleBrightnessChange(
- bool useLightMode
),
- required void handleLanguageSelect(
- int index
),
- required void handleColorSelect(
- int index
),
})
Implementation
const KataglyphisAppShellRuntime({
required this.railAnimation,
required this.showMediumSizeLayout,
required this.showLargeSizeLayout,
required this.currentLanguageIndex,
required this.useLightMode,
required this.colorSelected,
required this.handleBrightnessChange,
required this.handleLanguageSelect,
required this.handleColorSelect,
});