MiniProgramLaunchOptions constructor
const
MiniProgramLaunchOptions({
- bool fullscreenDialog = false,
- bool showAppBar = true,
- Color? backgroundColor,
- RouteSettings? routeSettings,
- MiniProgramRouteBuilder? routeBuilder,
Implementation
const MiniProgramLaunchOptions({
this.useRootNavigator = false,
this.fullscreenDialog = false,
this.showAppBar = true,
this.backgroundColor,
this.routeSettings,
this.routeBuilder,
});