buildCell abstract method

Widget buildCell(
  1. BuildContext context,
  2. int rowIndex,
  3. int columnIndex
)

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);