buildCell abstract method
Build the cell widget for rowIndex x columnIndex.
columnIndex is the index among the user-defined columns (selection and
expand helper columns are excluded).
Implementation
Widget buildCell(BuildContext context, int rowIndex, int columnIndex);