onTap property

GestureTapCallback? onTap
final

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;