badgeBuilder property
Optional builder for row-level badges (rendered on top of cells) The boolean parameter indicates if this is for frozen columns (true) or scrollable columns (false)
Implementation
final List<Widget> Function(BuildContext context, int rowIndex, bool isFrozenSection)? badgeBuilder;