contextMenu constant

SystemMouseCursor const contextMenu

A cursor indicating somewhere the user can trigger a context menu.

Typically the shape of an arrow with a small menu at the corner.

Corresponds to:

  • Android: TYPE_CONTEXT_MENU
  • Web: context-menu
  • Linux: context-menu
  • macOS: contextualMenuCursor

Implementation

static const SystemMouseCursor contextMenu = SystemMouseCursor._(kind: 'contextMenu');