alias constant

SystemMouseCursor const alias

A cursor indicating that the current operation will create an alias of, or a shortcut of the item.

Typically the shape of an arrow with a shortcut icon at the corner.

Corresponds to:

  • Android: TYPE_ALIAS
  • Web: alias
  • Linux: alias
  • macOS: dragLinkCursor

Implementation

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