resizeUp constant

SystemMouseCursor const resizeUp

A cursor indicating resizing an object from its top edge.

Typically the shape of an arrow pointing up. May fallback to resizeUpDown.

Corresponds to:

  • Android: TYPE_VERTICAL_DOUBLE_ARROW
  • Web: n-resize
  • Windows: IDC_SIZENS
  • Windows UWP: CoreCursorType::SizeNorthSouth
  • Linux: n-resize
  • macOS: resizeUpCursor

Implementation

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