resizeLeft constant
A cursor indicating resizing an object from its left edge.
Typically the shape of an arrow pointing left. May fallback to resizeLeftRight.
Corresponds to:
- Android: TYPE_HORIZONTAL_DOUBLE_ARROW
- Web: w-resize
- Windows: IDC_SIZEWE
- Windows UWP: CoreCursorType::SizeWestEast
- Linux: w-resize
- macOS: resizeLeftCursor
Implementation
static const SystemMouseCursor resizeLeft = SystemMouseCursor._(kind: 'resizeLeft');