resizeUpDown constant
A cursor indicating resizing an object bidirectionally from its top or bottom edge.
Typically the shape of a bidirectional arrow pointing up and down.
Corresponds to:
- Android: TYPE_VERTICAL_DOUBLE_ARROW
- Web: ns-resize
- Windows: IDC_SIZENS
- Windows UWP: CoreCursorType::SizeNorthSouth
- Linux: ns-resize
- macOS: resizeUpDownCursor
Implementation
static const SystemMouseCursor resizeUpDown = SystemMouseCursor._(kind: 'resizeUpDown');