DocxCellBorders.all constructor
All borders with default style (single line, black).
Implementation
const DocxCellBorders.all({
String color = '000000',
int size = 4,
}) : top = const DocxBorder(),
bottom = const DocxBorder(),
left = const DocxBorder(),
right = const DocxBorder();