TableCellVisitor typedef

TableCellVisitor = void Function(int rowIndex, int columnIndex)

Implementation

typedef TableCellVisitor = void Function(int rowIndex, int columnIndex);