onRowTap property
Callback function when a row is tapped.
The int
parameter is the index of the tapped row.
Implementation
final void Function(int)? onRowTap;
Callback function when a row is tapped.
The int
parameter is the index of the tapped row.
final void Function(int)? onRowTap;