progress constant
A cursor indicating the status that the program is busy but can still be interacted with.
Typically the shape of an arrow with an hourglass or a watch at the corner. Does not fall back to wait if unavailable.
Corresponds to:
- Web: progress
- Windows: IDC_APPSTARTING
- Linux: progress
See also:
Implementation
static const SystemMouseCursor progress = SystemMouseCursor._(kind: 'progress');