resizeLeftRight constant
A cursor indicating resizing an object bidirectionally from its left or right edge.
Typically the shape of a bidirectional arrow pointing left and right.
Corresponds to:
- Android: TYPE_HORIZONTAL_DOUBLE_ARROW
- Web: ew-resize
- Windows: IDC_SIZEWE
- Windows UWP: CoreCursorType::SizeWestEast
- Linux: ew-resize
- macOS: resizeLeftRightCursor
Implementation
static const SystemMouseCursor resizeLeftRight = SystemMouseCursor._(kind: 'resizeLeftRight');