TableRange constructor

TableRange({
  1. int? columnSpan,
  2. int? rowSpan,
  3. TableCellLocation? tableCellLocation,
})

Implementation

TableRange({
  this.columnSpan,
  this.rowSpan,
  this.tableCellLocation,
});