How to create a table in flutter without any lines in between the rows?

203 Views Asked by At

I need to display a table of data without any lines in between the rows. I have a table like this

1

There are 1 best solutions below

0
On

try to use GridView or Table Widget