static Image? getImageCache(String image) { try { return _imageCache[image]; } catch (e) { return null; } }