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