SplashAcknowledgementRoute constructor

SplashAcknowledgementRoute({
  1. Key? key,
  2. RegistrationDeliveryLocalization? appLocalizations,
  3. bool? enableBackToSearch,
  4. List<PageRouteInfo>? children,
})

Implementation

SplashAcknowledgementRoute({
  _i26.Key? key,
  _i27.RegistrationDeliveryLocalization? appLocalizations,
  bool? enableBackToSearch,
  List<_i25.PageRouteInfo>? children,
}) : super(
        SplashAcknowledgementRoute.name,
        args: SplashAcknowledgementRouteArgs(
          key: key,
          appLocalizations: appLocalizations,
          enableBackToSearch: enableBackToSearch,
        ),
        initialChildren: children,
      );