FlowMaterialApp constructor
const
FlowMaterialApp({})
Implementation
const FlowMaterialApp({
super.key,
this.home,
this.initialRoute,
this.pages,
this.theme,
this.darkTheme,
this.themeMode,
this.debugShowCheckedModeBanner = true,
this.routes,
this.unknownRoute,
this.navigatorObservers,
this.builder,
this.title,
});