TableBorderCell constructor

TableBorderCell({
  1. TableCellLocation? location,
  2. TableBorderProperties? tableBorderProperties,
})

Implementation

TableBorderCell({
  this.location,
  this.tableBorderProperties,
});