TableCellChildVisitor typedef

TableCellChildVisitor = void Function(RenderBox child, int rowIndex, int columnIndex)

Implementation

typedef TableCellChildVisitor = void Function(RenderBox child, int rowIndex, int columnIndex);