onRowTap property

void Function(int)? onRowTap
final

Callback function when a row is tapped. The int parameter is the index of the tapped row.

Implementation

final void Function(int)? onRowTap;