Z
Size: a a a
Z
RV
DK
AP
AP
DK
CH
DK
CH
DK
Z
Z
КА
Row(
children: [
Container(
height: 130,
width: 130,
child: Image.asset(record.image),
),
Column(
children: [
Row(
children: [
Expanded(
child: Text(
record.title,
textAlign: TextAlign.left,
),
),
],
)
],
)
],
),
Z
Z
Z
КА
DK
Row(
children: [
Container(
height: 130,
width: 130,
child: Image.asset(record.image),
),
Column(
children: [
Row(
children: [
Expanded(
child: Text(
record.title,
textAlign: TextAlign.left,
),
),
],
)
],
)
],
),