TableRow constructor
TableRow({
- Dimension? rowHeight,
- List<
TableCell> ? tableCells, - TableRowProperties? tableRowProperties,
Implementation
TableRow({
this.rowHeight,
this.tableCells,
this.tableRowProperties,
});