forbidden constant

SystemMouseCursor const forbidden

A cursor indicating an operation that will not be carried out.

Typically the shape of a circle with a diagonal line. May fall back to noDrop.

Corresponds to:

  • Android: TYPE_NO_DROP
  • Web: not-allowed
  • Windows: IDC_NO
  • Windows UWP: CoreCursorType::UniversalNo
  • Linux: not-allowed
  • macOS: operationNotAllowedCursor

See also:

  • noDrop, which indicates somewhere that the current item may not be dropped.

Implementation

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