resizeUpLeft constant

SystemMouseCursor const resizeUpLeft

A cursor indicating resizing an object from its top-left corner.

Typically the shape of an arrow pointing upper left. May fallback to resizeUpLeftDownRight.

Corresponds to:

  • Android: TYPE_TOP_LEFT_DIAGONAL_DOUBLE_ARROW
  • Web: nw-resize
  • Windows: IDC_SIZENWSE
  • Windows UWP: CoreCursorType::SizeNorthwestSoutheast
  • Linux: nw-resize

Implementation

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