useBrowserContextMenu property
Whether to use the browser's native context menu on web.
When true on web, the native browser context menu is shown instead of
the custom ShadContextMenu. This enables native paste (including file
paste), spellcheck, and browser accessibility features.
Has no effect on non-web platforms.
Defaults to true on web, false otherwise.
Implementation
final bool? useBrowserContextMenu;