resizeDownRight constant

SystemMouseCursor const resizeDownRight

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

Typically the shape of an arrow pointing lower right. May fallback to resizeUpLeftDownRight.

Corresponds to:

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

Implementation

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