onContextMenu property

void Function(Offset globalPosition)? onContextMenu
final

Callback invoked when the node is right-clicked (context menu).

The Offset parameter is the global position of the tap.

Implementation

final void Function(Offset globalPosition)? onContextMenu;