Row constructor

const Row({
  1. required List<Cell> cells,
  2. CellStyle? cellStyle,
})

Implementation

const Row({required this.cells, this.cellStyle});