浏览代码

bottom sheet example polish

/main
xingwei.zhu 6 年前
当前提交
d2118023
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 6
      Samples/UIWidgetSample/MaterialSample.cs

6
Samples/UIWidgetSample/MaterialSample.cs


top: new BorderSide(
color: themeData.disabledColor))),
child: new Padding(
padding: EdgeInsets.all(8.0f),
child: new Text("Alert Bottom Sheet",
padding: EdgeInsets.all(32.0f),
child: new Text("This is a Material persistent bottom sheet. Drag downwards to dismiss it.",
fontSize: 24.0f))
fontSize: 16.0f))
)
);
}).closed.Then((object obj) => {

正在加载...
取消
保存