resizeColumn constant
A cursor indicating resizing a column, or an item horizontally.
Typically the shape of arrows pointing left and right with a vertical bar separating them. May fallback to resizeLeftRight.
Corresponds to:
- Android: TYPE_HORIZONTAL_DOUBLE_ARROW
- Web: col-resize
- Windows: IDC_SIZEWE
- Windows UWP: CoreCursorType::SizeWestEast
- Linux: col-resize
- macOS: resizeLeftRightCursor
Implementation
static const SystemMouseCursor resizeColumn = SystemMouseCursor._(kind: 'resizeColumn');