RM
Size: a a a
RM
AG
Н
AA
В
RC
DO
B
A
SingleChildScrollView(
child: Column(....
DB
Д
Д
Д
Container(
decoration: BoxDecoration(border: Border.all(color: Colors.white)),
child: Row(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Expanded(
child: Container(
child: Padding(
padding: const EdgeInsets.all(8.0),
child: Column(children: [
Placeholder(fallbackHeight: 80),
]),
),
color: Colors.red),
),
Expanded(
child: Container(
child: Padding(
padding: const EdgeInsets.all(8.0),
child: Column(children: [
Placeholder(fallbackHeight: 80),
Placeholder(fallbackHeight: 20),
]),
),
color: Colors.green),
),
],
),
)
AK
Container(
decoration: BoxDecoration(border: Border.all(color: Colors.white)),
child: Row(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Expanded(
child: Container(
child: Padding(
padding: const EdgeInsets.all(8.0),
child: Column(children: [
Placeholder(fallbackHeight: 80),
]),
),
color: Colors.red),
),
Expanded(
child: Container(
child: Padding(
padding: const EdgeInsets.all(8.0),
child: Column(children: [
Placeholder(fallbackHeight: 80),
Placeholder(fallbackHeight: 20),
]),
),
color: Colors.green),
),
],
),
)
crossAxisAlignment: CrossAxisAlignment.stretch
RC
SingleChildScrollView(
child: Column(....
Д
Д
crossAxisAlignment: CrossAxisAlignment.stretch
Д
Д