TableRow constructor

const TableRow({
  1. required List<TableCell> cells,
  2. TableCellTheme? cellTheme,
  3. bool selected = false,
})

Implementation

const TableRow({required this.cells, this.cellTheme, this.selected = false});