КА
Size: a a a
КА
AG
RV
RV
AG
RV
RV
RV
RV
RV
RV
ВС
RK
🅵
RV
RV
RK
Row(
children: <Widget>[
Container(
color: Colors.red,
child: Text('text'),
),
Expanded(
child: Container(
color: Colors.green,
child: ListView(
shrinkWrap: true,
children: <Widget>[
ListTile(
title: Text('Title'),
)
],
),
),
)
],
)
AG
a
AG
title
?ListView
в body у Scaffold
, это мне аналогично и для appBar.title
испльзовать?