Question:
In Flutter, I try to put 2 images in one column. At the same time, vertically they should occupy places in a ratio of 8: 1 and be stretched horizontally so that there is no empty space left. Tell me, please, what am I doing wrong?what does it look like now
Answer:
There are two option to load image fill widthOption 1:

Option 2:

If you have better answer, please add a comment about this, thank you!