好的,stackoverflow人们总是不希望回答问题。对于未来的人们可能也有这种麻烦,以下是解决方法:
new ListTile(
title: Text('??'),
trailing: new Container(
width: 150.0,
child: new Row(
mainAxisAlignment: MainAxisAlignment.end,
children: <Widget>[
new Expanded(
flex: 3,
child: new TextField(
textAlign: TextAlign.end,
decoration:
new InputDecoration.collapsed(hintText: '$userAddr'),
),
),
new Expanded(
child: new IconButton(
icon: new Icon(Icons.chevron_right),
color: Colors.black26,
onPressed: () {},
),
)
],
),
),
),
Run Code Online (Sandbox Code Playgroud)
始终对文本文件使用扩展。
| 归档时间: |
|
| 查看次数: |
2589 次 |
| 最近记录: |