click constant
A cursor that emphasizes an element being clickable, such as a hyperlink.
Typically the shape of a pointing hand.
Corresponds to:
- Android: TYPE_HAND
- Web: pointer
- Windows: IDC_HAND
- Windows UWP: CoreCursorType::Hand
- Linux: pointer
- macOS: pointingHandCursor
Implementation
static const SystemMouseCursor click = SystemMouseCursor._(kind: 'click');