onRowTap property
Fires when a row is activated (tap / Enter), with its value + index.
Implementation
final void Function(T value, int index)? onRowTap;
Fires when a row is activated (tap / Enter), with its value + index.
final void Function(T value, int index)? onRowTap;