onDoubleTap property

GestureTapCallback? onDoubleTap
final

Callback function when the row is double-tapped.

This won't be called if a tapped cell has its own tap event handler.

Implementation

final GestureTapCallback? onDoubleTap;