resizeRow constant

SystemMouseCursor const resizeRow

A cursor indicating resizing a row, or an item vertically.

Typically the shape of arrows pointing up and down with a horizontal bar separating them. May fallback to resizeUpDown.

Corresponds to:

  • Android: TYPE_VERTICAL_DOUBLE_ARROW
  • Web: row-resize
  • Windows: IDC_SIZENS
  • Windows UWP: CoreCursorType::SizeNorthSouth
  • Linux: row-resize
  • macOS: resizeUpDownCursor

Implementation

static const SystemMouseCursor resizeRow = SystemMouseCursor._(kind: 'resizeRow');