AU
Size: a a a
AU
GV
AU
GV
AU
GV
AU
GV
GV
GV
AU
GV
GV
GV
AU
Column(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
crossAxisAlignment: CrossAxisAlignment.stretch,
children: [
Flexible(
flex: 0,
child: Container(
color: Colors.
red.shade400,
constraints: BoxConstraints(
minHeight: MediaQuery.
of(context).size.width / 2,
maxHeight: MediaQuery.
of(context).size.width,
),
),
),
Container(color: Colors.
yellow.shade400, height: 100),
Expanded(
flex: 1,
child: Container(color: Colors.
green.shade400),
),
Container(color: Colors.
blue.shade400, height: 100),
],
),
AU
GV
Column(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
crossAxisAlignment: CrossAxisAlignment.stretch,
children: [
Flexible(
flex: 0,
child: Container(
color: Colors.
red.shade400,
constraints: BoxConstraints(
minHeight: MediaQuery.
of(context).size.width / 2,
maxHeight: MediaQuery.
of(context).size.width,
),
),
),
Container(color: Colors.
yellow.shade400, height: 100),
Expanded(
flex: 1,
child: Container(color: Colors.
green.shade400),
),
Container(color: Colors.
blue.shade400, height: 100),
],
),
GV
GV