onRowTap property

void Function(int index, List row)? onRowTap
final

Optional callback when a row is tapped.

Implementation

final void Function(int index, List<dynamic> row)? onRowTap;