GV

Size: a a a
GV
GV
AU
GV
GV
AU
AU
Column(
children: [
Flexible(
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),
Flexible(
child: Container(color: Colors.
green.shade400),
),
Container(color: Colors.
blue.shade400, height: 100),
],
),
GV
GV
AU
AU
GV
AU
AU
AU
AU
AU
GV
AU
AU