浏览代码

fix an issue for page view.

/siyaoH-1.17-PlatformMessage
wangshuang 3 年前
当前提交
dad5d9c7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      com.unity.uiwidgets/Runtime/widgets/page_view.cs

2
com.unity.uiwidgets/Runtime/widgets/page_view.cs


this.dragStartBehavior = dragStartBehavior;
this.controller = controller ?? PageViewUtils._defaultPageController;
this.allowImplicitScrolling = allowImplicitScrolling;
childrenDelegate = new SliverChildListDelegate(children);
childrenDelegate = new SliverChildListDelegate(children ?? new List<Widget>());
}
public static PageView builder(

正在加载...
取消
保存