TableRow constructor

TableRow({
  1. List<TableCell>? f,
})

Implementation

TableRow({
  this.f,
});