resizeRight constant

SystemMouseCursor const resizeRight

A cursor indicating resizing an object from its right edge.

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

Corresponds to:

  • Android: TYPE_HORIZONTAL_DOUBLE_ARROW
  • Web: e-resize
  • Windows: IDC_SIZEWE
  • Windows UWP: CoreCursorType::SizeWestEast
  • Linux: e-resize
  • macOS: resizeRightCursor

Implementation

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