KataglyphisAppShellRuntime constructor

const KataglyphisAppShellRuntime({
  1. required CurvedAnimation railAnimation,
  2. required bool showMediumSizeLayout,
  3. required bool showLargeSizeLayout,
  4. required int currentLanguageIndex,
  5. required bool useLightMode,
  6. required ColorSeed colorSelected,
  7. required void handleBrightnessChange(
    1. bool useLightMode
    ),
  8. required void handleLanguageSelect(
    1. int index
    ),
  9. required void handleColorSelect(
    1. 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,
});