This paint's order among its siblings. Defaults to 0.
int get priority => _priority;
set priority(int value) { _priority = value; _palette?._reposition(this); }