MyApp constructor

const MyApp({
  1. Key? key,
  2. ThemeMode themeMode = ThemeMode.system,
  3. Widget builder(
    1. BuildContext context,
    2. Widget? child
    )?,
})

Implementation

const MyApp({super.key, this.themeMode = ThemeMode.system, this.builder});