TableCellLocation constructor

TableCellLocation({
  1. int? columnIndex,
  2. int? rowIndex,
})

Implementation

TableCellLocation({this.columnIndex, this.rowIndex});