gewentao 6 年前
当前提交
cf4bf8bb
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 6
      Assets/UIWidgets/Tests/Widgets.cs

6
Assets/UIWidgets/Tests/Widgets.cs


)
),
new Container(
margin: EdgeInsets.only(right: 10),
margin: EdgeInsets.only(left: 16, right: 16),
child: new Text(
"Learn Game Development",
style: new TextStyle(

border: Border.all(
color: CLColors.white)
),
margin: EdgeInsets.only(right: 10),
margin: EdgeInsets.only(right: 16),
padding: EdgeInsets.all(4),
child: new Row(
mainAxisAlignment: MainAxisAlignment.center,

)
),
new Container(
margin: EdgeInsets.only(right: 10),
margin: EdgeInsets.only(right: 16),
child: new Text(
"Impressive New Assets",
style: new TextStyle(

正在加载...
取消
保存