Why can't make containers have the same width inside the Row – Flutter
This question has been asked many times but none of the methods worked for me. I've been trying to make these containers have the same width and height. I tried using Expanded but apperantly, it expands the children to fit…