onRowTap property

void Function(T value, int index)? onRowTap
final

Fires when a row is activated (tap / Enter), with its value + index.

Implementation

final void Function(T value, int index)? onRowTap;