grab constant
A cursor indicating something that can be dragged.
Typically the shape of an open hand.
Corresponds to:
- Android: TYPE_GRAB
- Web: grab
- Linux: grab
- macOS: openHandCursor
Implementation
static const SystemMouseCursor grab = SystemMouseCursor._(kind: 'grab');