buildRow abstract method
Builds a single row widget.
context - Flutter BuildContext
row - The data row to render
index - Row index in the visible list
renderContext - Additional rendering context (selection, controller, etc.)
Implementation
Widget buildRow(
BuildContext context,
T row,
int index,
RowRenderContext<T> renderContext,
);