I want to create a Widget with the same layout as bellow.
+===================+ => A not fixed height widget
| --------------- |
| | | |
| | | | => Image()
| --------------- |
| ~~~~~~~~~ | => Text()
| ~~~~~~~~~~~~~ | => Text()
+===================+
How could I make the Image Widget small as its parent allows in Flutter? I also as much as possible if I have a big parent Widget, also.