grabbing constant
A cursor indicating something that is being dragged.
Typically the shape of a closed hand.
Corresponds to:
- Android: TYPE_GRABBING
- Web: grabbing
- Linux: grabbing
- macOS: closedHandCursor
Implementation
static const SystemMouseCursor grabbing = SystemMouseCursor._(kind: 'grabbing');