SB
Size: a a a
SB
SB
GV
GV
SB
SB
AU
AU
AU
AU
GV
AU
Column(
children: [
ConstrainedBox(
constraints: BoxConstraints(
maxHeight: MediaQuery.
of(context).size.width,
),
child: Expanded(child: Container(color: Colors.
red.shade400)),
),
Container(color: Colors.
yellow.shade400, height: 100),
Flexible(
child: Container(color: Colors.
green.shade400),
),
Container(color: Colors.
blue.shade400, height: 100),
],
),
AU
GV
Column(
children: [
ConstrainedBox(
constraints: BoxConstraints(
maxHeight: MediaQuery.
of(context).size.width,
),
child: Expanded(child: Container(color: Colors.
red.shade400)),
),
Container(color: Colors.
yellow.shade400, height: 100),
Flexible(
child: Container(color: Colors.
green.shade400),
),
Container(color: Colors.
blue.shade400, height: 100),
],
),
AU
S
S
GV
AU