resizeDownLeft constant

SystemMouseCursor const resizeDownLeft

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

Typically the shape of an arrow pointing lower left. May fallback to resizeUpRightDownLeft.

Corresponds to:

  • Android: TYPE_TOP_RIGHT_DIAGONAL_DOUBLE_ARROW
  • Web: sw-resize
  • Windows: IDC_SIZENESW
  • Windows UWP: CoreCursorType::SizeNortheastSouthwest
  • Linux: sw-resize

Implementation

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