supportsShowingSystemContextMenu property
final
Whether showing the system context menu is supported.
For example, on iOS 16.0 and above, the system text selection context menu may be shown instead of the Flutter-drawn context menu in order to avoid the iOS clipboard access notification when the "Paste" button is pressed.
See also:
- SystemContextMenuController and SystemContextMenu, which may be used to show the system context menu when this flag indicates it's supported.
Implementation
final bool supportsShowingSystemContextMenu;