onDoubleTap property
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;
Callback function when the row is double-tapped.
This won't be called if a tapped cell has its own tap event handler.
final GestureTapCallback? onDoubleTap;