【发布时间】:2021-11-11 02:13:51
【问题描述】:
这是我的 JSON
[
{
"id": 1,
"title": "Всем моим братьям салам",
"description": "Салам всем моим братьям",
"created_at": "2021-09-14T23:55:23.000000Z",
"updated_at": "2021-09-14T23:55:23.000000Z"
},
]
我的代码
Column(
children: [
Container(
margin: EdgeInsets.only(top: 52.w, right: 25.w, left: 25.w),
padding: EdgeInsets.symmetric(horizontal: 20.w),
width: 355.w,
child: Text('',
style: TextStyle(color: Colors.white, fontSize: 29.sp),
),
),
Container(
margin: EdgeInsets.only(top: 20.w, right: 25.w, left: 25.w),
padding: EdgeInsets.symmetric(horizontal: 20.w),
width: 319.w,
child: Text(
'',
style: TextStyle(color: Colors.white, fontSize: 16.sp),
),
),
],
),
【问题讨论】:
标签: json flutter text containers