resizeUpRightDownLeft constant
A cursor indicating resizing an object bidirectionally from its top right or bottom left corner.
Typically the shape of a bidirectional arrow pointing upper right and lower left.
Corresponds to:
- Android: TYPE_TOP_RIGHT_DIAGONAL_DOUBLE_ARROW
- Windows: IDC_SIZENESW
- Windows UWP: CoreCursorType::SizeNortheastSouthwest
- Web: nesw-resize
- Linux: nesw-resize
Implementation
static const SystemMouseCursor resizeUpRightDownLeft = SystemMouseCursor._(kind: 'resizeUpRightDownLeft');