createApp property

Widget Function(BuildContext context, VoyagerInformationParser parser, VoyagerDelegate delegate) createApp
final

pass parser and delegate to MaterialApp.router or CupertinoApp.router

Implementation

final Widget Function(
  BuildContext context,
  VoyagerInformationParser parser,
  VoyagerDelegate delegate,
) createApp;