menu
flutter_meteor package
documentation
engine/entry_args.dart
EntryArguments
EntryArguments constructor
EntryArguments constructor
dark_mode
light_mode
EntryArguments
constructor
EntryArguments
(
String
?
initialRoute
,
Map
<
String
,
dynamic
>
?
routeArguments
)
Implementation
EntryArguments(this.initialRoute, this.routeArguments);
flutter_meteor package
documentation
engine/entry_args
EntryArguments
EntryArguments constructor
EntryArguments class