wait constant
Cursor
const wait
The program is busy, and the user can't interact with the interface (in contrast to progress). Sometimes an image of an hourglass or a watch.

Implementation
static const Cursor wait = Cursor._('wait');