onCreateContextMenu property

(void Function(InAppWebViewHitTestResult)?) 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(InAppWebViewHitTestResult)? onCreateContextMenu;