onCreateContextMenu property
        
        void Function(dynamic hitTestResult)?
        onCreateContextMenu
        
      
final
      Event fired when the context menu for this WebView is being built.
hitTestResult represents the hit result for hitting an HTML elements.
Implementation
final void Function(dynamic hitTestResult)? onCreateContextMenu;