supportsShowingSystemContextMenu property

bool supportsShowingSystemContextMenu

Whether showing system context menu is supported on the current platform.

This option is used by AdaptiveTextSelectionToolbar to decide whether to show system context menu, or to fallback to the default Flutter context menu.

Implementation

bool get supportsShowingSystemContextMenu => _supportsShowingSystemContextMenu;