bool get background => _background;
set background(bool value) { _background = value; _refreshPending |= 2; }