idle constant

Priority const idle = const Priority._(0)

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

Implementation

static const Priority idle = Priority._(0)