TableRange constructor
TableRange({
- int? columnSpan,
- int? rowSpan,
- TableCellLocation? tableCellLocation,
Implementation
TableRange({
this.columnSpan,
this.rowSpan,
this.tableCellLocation,
});