wait constant
A cursor indicating the status that the program is busy and therefore can not be interacted with.
Typically the shape of an hourglass or a watch.
This cursor is not available as a system cursor on macOS. Although macOS displays a "spinning ball" cursor when busy, it's handled by the OS and not exposed for applications to choose.
Corresponds to:
- Android: TYPE_WAIT
- Windows: IDC_WAIT
- Web: wait
- Linux: wait
See also:
Implementation
static const SystemMouseCursor wait = SystemMouseCursor._(kind: 'wait');