onCanvasContextMenu property

ValueChanged<Offset>? onCanvasContextMenu
final

Called on secondary tap on empty canvas (right-click/long-press for context menu) Receives the tap position in graph coordinates

Implementation

final ValueChanged<Offset>? onCanvasContextMenu;