active property

Spinner? active
getter/setter pair

The spinner currently drawing, if any.

Only one runs at a time — steps are sequential — and ColorizeLogger consults it before printing so the two never share a row.

Implementation

static Spinner? active;