AppWrap constructor
const
AppWrap({
- Key? key,
- required FutureProvider<
AppConfigurationState> appConfigurationProvider, - required Provider<
List< applicationSectionsProvider,ApplicationSection> > - required Provider<
AppStartupService> appStartupServiceProvider, - Provider<
AuthService> ? authServiceProvider, - Provider<
EventHandlerMapping> ? eventHandlerMappingProvider, - List<
Override> otherOverrides = const [], - required String mainTitle,
- ThemeData? theme,
- Provider<
MediatorRequestHandlerMapping> ? mediatorMappingsProvider,
Implementation
const AppWrap({
super.key,
required this.appConfigurationProvider,
required this.applicationSectionsProvider,
required this.appStartupServiceProvider,
this.authServiceProvider,
this.eventHandlerMappingProvider,
this.otherOverrides = const [],
required this.mainTitle,
this.theme,
this.mediatorMappingsProvider,
});