浏览代码

Fix Sliver.

/main
Yuncong 5 年前
当前提交
cdb45566
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 4
      Runtime/widgets/sliver.cs

4
Runtime/widgets/sliver.cs


}
}
class SliverFillRemaining : SingleChildRenderObjectWidget {
public class SliverFillRemaining : SingleChildRenderObjectWidget {
public SliverFillRemaining(
Key key = null,
Widget child = null

properties.add(new DiagnosticsProperty<bool>("keepAlive", this.keepAlive));
}
}
}
}
正在加载...
取消
保存