
child:new Row(
//子组件在主轴的排列方式为两端对齐
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: <Widget>[
new Text(
'央视网',
),
new Text(
'2018-03-11',
),
],
)
由于博客内容为空,暂无法提供包含关键信息的摘要。

child:new Row(
//子组件在主轴的排列方式为两端对齐
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: <Widget>[
new Text(
'央视网',
),
new Text(
'2018-03-11',
),
],
)
1万+
351

被折叠的 条评论
为什么被折叠?