MyApp constructor
const
MyApp({
- Key? key,
- ThemeMode themeMode = ThemeMode.system,
- Widget builder(
- BuildContext context,
- Widget? child
Implementation
const MyApp({super.key, this.themeMode = ThemeMode.system, this.builder});