StackedApp constructor
const
StackedApp({
- required List<
StackedRoute> routes, - List<
StackedDialog> ? dialogs, - List<
StackedBottomsheet> ? bottomsheets, - StackedLogger? logger,
- List<
DependencyRegistration> ? dependencies, - String locatorName = 'locator',
- String locatorSetupName = 'setupLocator',
Implementation
const StackedApp({
required this.routes,
this.dialogs,
this.bottomsheets,
this.logger,
this.dependencies,
this.locatorName = 'locator',
this.locatorSetupName = 'setupLocator',
});