Should I use a Table or ListView for a large list of objects in Flutter?
I ended up using the a ListView.builder just because I want to ensure that each row would be efficient.
I solved the even-cell-width-layout of each Row by putting each Row’s widgets in Expandeds, and giving each Expanded a flex property.
If you like this question & answer and want to contribute, then write your question & answer and email to freewebmentor[@]gmail.com. Your question and answer will appear on FreeWebMentor.com and help other developers.