increase widh of TableCell in flutter code example
Example: increase widh of TableCell in flutter
Table(
columnWidths: {
0: FlexColumnWidth(1),
1: FlexColumnWidth(4),
2: FlexColumnWidth(4),
},
...