TableBorderRow constructor

TableBorderRow({
  1. List<TableBorderCell>? tableBorderCells,
})

Implementation

TableBorderRow({
  this.tableBorderCells,
});