TableSection constructor

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

Implementation

const TableSection({required this.rows, this.cellStyle});