提交 8ea915d8 authored 作者: yueweilu's avatar yueweilu

入口

上级 0d39e86f
...@@ -28,6 +28,12 @@ class _UserInfoPageState extends State<UserInfoPage> { ...@@ -28,6 +28,12 @@ class _UserInfoPageState extends State<UserInfoPage> {
Container( Container(
height: 52, height: 52,
padding: const EdgeInsets.only(left: 18,right: 15), padding: const EdgeInsets.only(left: 18,right: 15),
child: GestureDetector(
onTap: (){
},
child: Container(
color: Colors.transparent,
child: Row( child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween, mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [ children: [
...@@ -53,6 +59,8 @@ class _UserInfoPageState extends State<UserInfoPage> { ...@@ -53,6 +59,8 @@ class _UserInfoPageState extends State<UserInfoPage> {
], ],
), ),
), ),
),
),
Container(color: Colours.cLine,margin: const EdgeInsets.symmetric(horizontal: 15),height: 1,), Container(color: Colours.cLine,margin: const EdgeInsets.symmetric(horizontal: 15),height: 1,),
_buildItem('昵称', '随便起个名字', Routes.nike), _buildItem('昵称', '随便起个名字', Routes.nike),
Container(color: Colours.cLine,margin: const EdgeInsets.symmetric(horizontal: 15),height: 1,), Container(color: Colours.cLine,margin: const EdgeInsets.symmetric(horizontal: 15),height: 1,),
...@@ -73,6 +81,7 @@ class _UserInfoPageState extends State<UserInfoPage> { ...@@ -73,6 +81,7 @@ class _UserInfoPageState extends State<UserInfoPage> {
}, },
child: Container( child: Container(
padding: const EdgeInsets.only(left: 18,right: 15), padding: const EdgeInsets.only(left: 18,right: 15),
color: Colors.transparent,
height: 52, height: 52,
child: Row( child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween, mainAxisAlignment: MainAxisAlignment.spaceBetween,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论