active property
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;
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.
static Spinner? active;