buildGroupCaptionCellWidget method

Widget? buildGroupCaptionCellWidget(
  1. RowColumnIndex rowColumnIndex,
  2. String summaryValue
)

Called to obtain each cell in the caption summary row.

Implementation

Widget? buildGroupCaptionCellWidget(
    RowColumnIndex rowColumnIndex, String summaryValue) {
  return null;
}