buildGroupCaptionCellWidget method
Called to obtain each cell in the caption summary row.
Implementation
Widget? buildGroupCaptionCellWidget(
RowColumnIndex rowColumnIndex, String summaryValue) {
return null;
}
Called to obtain each cell in the caption summary row.
Widget? buildGroupCaptionCellWidget(
RowColumnIndex rowColumnIndex, String summaryValue) {
return null;
}