onSecondaryTap property
Callback function when the row is right-clicked.
This won't be called if a tapped cell has its own tap event handler. Useful for desktop environments where right-click context menus are common.
Implementation
final GestureTapCallback? onSecondaryTap;