StartUserStoryConfiguration constructor
- Widget splashScreenBuilder(
- BuildContext context,
- dynamic onFinish()
- Widget introductionBuilder(
- BuildContext context,
- Widget introductionPage
- IntroductionOptions introductionOptionsBuilder(
- BuildContext context
- IntroductionService? introductionService,
- String? homeScreenRoute,
- Widget? introductionFallbackScreen,
- ScrollPhysics? introductionScrollPhysics,
- bool showIntroduction = true,
- bool useKillswitch = false,
- int minimumSplashScreenDuration = 3,
- Future<
String?> splashScreenFuture(- BuildContext context
- WidgetBuilder? splashScreenCenterWidget,
- Color? splashScreenBackgroundColor = const Color(0xff212121),
- bool canPopFromIntroduction = true,
- KillswitchService? killswitchService,
- bool showSplashScreen = true,
Creates a new instance of StartUserStoryConfiguration.
Implementation
const StartUserStoryConfiguration({
this.splashScreenBuilder,
this.introductionBuilder,
this.introductionOptionsBuilder,
this.introductionService,
this.homeScreenRoute,
this.introductionFallbackScreen,
this.introductionScrollPhysics,
this.showIntroduction = true,
this.useKillswitch = false,
this.minimumSplashScreenDuration = 3,
this.splashScreenFuture,
this.splashScreenCenterWidget,
this.splashScreenBackgroundColor = const Color(0xff212121),
this.canPopFromIntroduction = true,
this.killswitchService,
this.showSplashScreen = true,
});