onSecondaryTapDown property
Callback function when the right mouse button is pressed down on this row.
This won't be called if a tapped cell has its own tap event handler.
Implementation
final GestureTapDownCallback? onSecondaryTapDown;
Callback function when the right mouse button is pressed down on this row.
This won't be called if a tapped cell has its own tap event handler.
final GestureTapDownCallback? onSecondaryTapDown;