move constant

SystemMouseCursor const move

A cursor indicating moving something.

Typically the shape of four-way arrow. May fall back to allScroll.

Corresponds to:

  • Android: TYPE_ALL_SCROLL
  • Windows: IDC_SIZEALL
  • Windows UWP: CoreCursorType::SizeAll
  • Web: move
  • Linux: move

Implementation

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