TableVicinity constructor
Creates a reference to a child in a TableView, with the xIndex and
yIndex converted to terms of row and column.
Implementation
const TableVicinity({required int row, required int column}) : super(xIndex: column, yIndex: row);