MyApp constructor

MyApp({
  1. Key? key,
  2. required bool isDarkTheme,
  3. required Locale initialLocale,
})

Implementation

MyApp({super.key, required this.isDarkTheme, required this.initialLocale});