noDrop constant

SystemMouseCursor const noDrop

A cursor indicating somewhere that the current item may not be dropped.

Typically the shape of a hand with a forbidden sign at the corner. May fall back to forbidden.

Corresponds to:

  • Android: TYPE_NO_DROP
  • Web: no-drop
  • Windows: IDC_NO
  • Windows UWP: CoreCursorType::UniversalNo
  • Linux: no-drop
  • macOS: operationNotAllowedCursor

See also:

  • forbidden, which indicates an action that will not be carried out.

Implementation

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