DocxTableRow constructor

const DocxTableRow({
  1. required List<DocxTableCell> cells,
})

Implementation

const DocxTableRow({
  required this.cells,
});