idle constant

Priority const idle

A task to run after all other tasks, when no animations are running.

Implementation

static const Priority idle = Priority._(0);