ContextMenu constructor
- void onCreateContextMenu()?,
- void onHideContextMenu()?,
- @Deprecated("Use settings instead") ContextMenuOptions? options,
- ContextMenuSettings? settings,
- void onContextMenuActionItemClicked()?,
Officially Supported Platforms/Implementations:
- Android WebView:
- To make it work properly on Android, JavaScript should be enabled!
- iOS WKWebView
- macOS WKWebView
Implementation
ContextMenu({
this.menuItems = const [],
this.onCreateContextMenu,
this.onHideContextMenu,
@Deprecated("Use settings instead") this.options,
this.settings,
this.onContextMenuActionItemClicked,
});