resizeDown constant
A cursor indicating resizing an object from its bottom edge.
Typically the shape of an arrow pointing down. May fallback to resizeUpDown.
Corresponds to:
- Android: TYPE_VERTICAL_DOUBLE_ARROW
- Web: s-resize
- Windows: IDC_SIZENS
- Windows UWP: CoreCursorType::SizeNorthSouth
- Linux: s-resize
- macOS: resizeDownCursor
Implementation
static const SystemMouseCursor resizeDown = SystemMouseCursor._(kind: 'resizeDown');