contextMenu property

ContextMenu? get contextMenu

Context menu used by the browser. It should be set before opening the browser.

Officially Supported Platforms/Implementations:

  • Android native WebView
  • iOS

Implementation

ContextMenu? get contextMenu => platform.contextMenu;