TableRow constructor
const
TableRow({
- required List<
TableCell> cells, - TableCellTheme? cellTheme,
- bool selected = false,
Implementation
const TableRow({required this.cells, this.cellTheme, this.selected = false});