rowBuilder property
the builder of the row for more controle of the row, for example you can add animations on x row or all rows you get the index of the row and the row itself and the is hover this builder overwrite the internal builder
Implementation
final Widget Function(BuildContext, int, Widget, bool)? rowBuilder;