fzhangtj 6 年前
当前提交
5832ecec
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 3
      Runtime/widgets/app.cs

3
Runtime/widgets/app.cs


Widget home = null
) : base(key) {
D.assert(window != null);
routes = routes??new Dictionary<string, WidgetBuilder>();
this.window = window;
this.home = home;
this.navigatorKey = navigatorKey;

this.routes = routes ?? new Dictionary<string, WidgetBuilder>();
this.routes = routes;
this.navigatorObservers = navigatorObservers ?? new List<NavigatorObserver>();
this.initialRoute = initialRoute;
this.builder = builder;

正在加载...
取消
保存