static Image? getImageCache(String image) { try { return Flame.images.fromCache(image); } catch (e) { return null; } }