DocxTableRow constructor
const
DocxTableRow({
- required List<
DocxTableCell> cells,
Implementation
const DocxTableRow({
required this.cells,
});
const DocxTableRow({
required this.cells,
});