Search code examples
androidflutterflutter-layoutflutter-web

How do I make Texts in multiple row and columns in flutter?


How do I achieve Row and Column Grid Text Alignment in Flutter? Check the example down below :

enter image description here

Thank you in advance.


Solution

  • You can simply use Table and TableRow in order to achieve the design that you are trying to get.