TableRow constructor

TableRow({
  1. Dimension? rowHeight,
  2. List<TableCell>? tableCells,
  3. TableRowProperties? tableRowProperties,
})

Implementation

TableRow({
  this.rowHeight,
  this.tableCells,
  this.tableRowProperties,
});