Here is my JSON
[
{
"id": 1,
"title": "Всем моим братьям салам",
"description": "Салам всем моим братьям",
"created_at": "2021-09-14T23:55:23.000000Z",
"updated_at": "2021-09-14T23:55:23.000000Z"
},
]
My code
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),
),
),
],
),