Align widgets vertically across multiple colums in flutter
Let’s say I have column 1 with widgets A, B and C and column 2 with widgets D and E. Column 1 and 2 are in a Row. How do I align A with D and C with E vertically.
Let’s say I have column 1 with widgets A, B and C and column 2 with widgets D and E. Column 1 and 2 are in a Row. How do I align A with D and C with E vertically.