progress constant

SystemMouseCursor const progress

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:

  • wait, which is similar to progress but the program can not be interacted with.

Implementation

static const SystemMouseCursor progress = SystemMouseCursor._(kind: 'progress');