Flutter – Expansion Tile collapse Overflow
I am trying to make a dynamic Container where the height of the Container itself can changed based on the ExpansionTile. If the Expansion Tile is being expand, then the width will increase, but if it's being collapsed, the width…