allScroll constant
A cursor indicating scrolling in any direction.
Typically the shape of a dot surrounded by 4 arrows.
Corresponds to:
- Android: TYPE_ALL_SCROLL
- Windows: IDC_SIZEALL
- Windows UWP: CoreCursorType::SizeAll
- Web: all-scroll
- Linux: all-scroll
See also:
- move, which indicates moving in any direction.
Implementation
static const SystemMouseCursor allScroll = SystemMouseCursor._(kind: 'allScroll');