void setColor(String key, Color color) => _setValue(key, _colorBytesCache.putIfAbsent(color, () => color.storage));