disappearing constant

SystemMouseCursor const disappearing

A cursor indicating that the current operation will result in the disappearance of the item.

Typically the shape of an arrow with a cloud of smoke at the corner.

Corresponds to:

  • macOS: disappearingItemCursor

Implementation

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