onTap property
Callback function when the row is tapped.
This won't be called if a tapped cell has its own tap event handler.
Implementation
final GestureTapCallback? onTap;
Callback function when the row is tapped.
This won't be called if a tapped cell has its own tap event handler.
final GestureTapCallback? onTap;