onRowTap property

void Function(T item)? onRowTap
final

Callback when a row is clicked

Implementation

final void Function(T item)? onRowTap;