resizeUpRight constant
A cursor indicating resizing an object from its top-right corner.
Typically the shape of an arrow pointing upper right. May fallback to resizeUpRightDownLeft.
Corresponds to:
- Android: TYPE_TOP_RIGHT_DIAGONAL_DOUBLE_ARROW
- Web: ne-resize
- Windows: IDC_SIZENESW
- Windows UWP: CoreCursorType::SizeNortheastSouthwest
- Linux: ne-resize
Implementation
static const SystemMouseCursor resizeUpRight = SystemMouseCursor._(kind: 'resizeUpRight');