ND
Size: a a a
ND
V
ND
EE
DK
i
Ю
DS
DS
DS
DK
П
Ю
DK
i
i
i
Row(
children: <Widget>[
Column(
children: <Widget>[
Container(height: 50, width: 50, color: Colors.red,)
],
),
Padding(
padding: const EdgeInsets.only(top: 18.0),
child: Column(
children: <Widget>[
Container(height: 50, width: 50, color: Colors.blue,)
],
),
),
Column(
children: <Widget>[
Container(height: 50, width: 50, color: Colors.red,)
],
),
],
)