浏览代码

Fix issue.

/main
Yuncong Zhang 6 年前
当前提交
bfbc357f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      Samples/UIWidgetsGallery/gallery/home.cs

2
Samples/UIWidgetsGallery/gallery/home.cs


Curve switchInCurve = new Interval(0.4f, 1.0f, curve: Curves.fastOutSlowIn);
Widget home = new Scaffold(
key: _scaffoldKey,
key: this._scaffoldKey,
backgroundColor: isDark ? HomeUtils._kUIWidgetsBlue : theme.primaryColor,
body: new SafeArea(
bottom: false,

正在加载...
取消
保存