MiniProgramLaunchOptions constructor

const MiniProgramLaunchOptions({
  1. bool useRootNavigator = false,
  2. bool fullscreenDialog = false,
  3. bool showAppBar = true,
  4. Color? backgroundColor,
  5. RouteSettings? routeSettings,
  6. MiniProgramRouteBuilder? routeBuilder,
})

Implementation

const MiniProgramLaunchOptions({
  this.useRootNavigator = false,
  this.fullscreenDialog = false,
  this.showAppBar = true,
  this.backgroundColor,
  this.routeSettings,
  this.routeBuilder,
});