SFWFApp constructor
const
SFWFApp({
- Key? key,
- required SFWFConfig config,
- required Map<
String, WidgetBuilder> routes, - List<
AppLifecycleHook> ? lifecycleHooks, - List<
RouteDefinition> ? routeDefinitions, - ThemeData? theme,
- ThemeData? darkTheme,
- ThemeMode? themeMode,
- WidgetBuilder? notFoundBuilder,
- Map<
String, RouteTransitionsBuilder> ? customTransitions, - Widget appWrapper(
- Widget child
Implementation
const SFWFApp({
super.key,
required this.config,
required this.routes,
this.lifecycleHooks,
this.routeDefinitions,
this.theme,
this.darkTheme,
this.themeMode,
this.notFoundBuilder,
this.customTransitions,
this.appWrapper,
});